Commit 5ff933b 1 parent f71014a commit 5ff933b Copy full SHA for 5ff933b
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 60
60
@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 >
61
61
@else <i class =" fa fa-hourglass fa-lg" data-toggle =" tooltip" data-placement =" bottom" title =" Expiration set" ></i >@endif
62
62
</td >
63
- <td > {{ $userPaste -> views } } </td >
63
+ <td class = " pull-right " > {{ $userPaste -> views } } </td >
64
64
{{-- Là on repasse à la date --}}
65
65
<td >{{ $userPaste -> created_at -> format (' Y-m-d' ) } } </td >
66
66
<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 >
You can’t perform that action at this time.
0 commit comments