Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed May 5, 2020
1 parent 8b0c323 commit f82a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/servers.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@elseif ($server->status == 1)
<button type="button" class="btn btn-warning btn-sm">"{{ $server->name }}" is coming...</button>
@else
{{ $server->name }}
<a href="/server/{{ $server->servercode }}"><b>{{ $server->name }}</b></a>
<i data-toggle="modal" data-target="#changenameModal" class="far fa-edit" data-servercode="{{ $server->servercode }}" data-servername="{{ $server->name }}" style="color:gray; cursor: pointer;"></i>
@endif
</td>
Expand Down

0 comments on commit f82a5c3

Please sign in to comment.