Skip to content

Commit 5ff933b

Browse files
committed
Numbers aligned on the right.
1 parent f71014a commit 5ff933b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/paste/dashboard.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
@elseif (time() > strtotime($userPaste->expiration)) <i class="fa fa-calendar-times-o fa-lg" data-toggle="tooltip" data-placement="bottom" title="{{ __('edpaste.paste.option.expired') }}"></i>
6161
@else <i class="fa fa-hourglass fa-lg" data-toggle="tooltip" data-placement="bottom" title="Expiration set"></i>@endif
6262
</td>
63-
<td> {{ $userPaste->views }}</td>
63+
<td class="pull-right"> {{ $userPaste->views }}</td>
6464
{{-- Là on repasse à la date --}}
6565
<td>{{ $userPaste->created_at->format('Y-m-d') }}</td>
6666
<td><button class="btn btn-danger btn-sm pull-right" type="button" data-toggle="modal" data-target="#delete{{ $loop->iteration }}" aria-expanded="false" aria-controls="collapseExample{{ $loop->iteration }}"><i class="fa fa-trash-o"></i></button></td>

0 commit comments

Comments
 (0)