very simple lockdown for demo site

This commit is contained in:
snipe
2013-11-16 09:03:57 -05:00
parent c1e1323e68
commit 9e96e4b60a
+2 -5
View File
@@ -59,11 +59,7 @@ User Management ::
<td>{{ $user->created_at->diffForHumans() }}</td>
<td>
@if ($user->id > 3)
@if ( ! is_null($user->deleted_at))
<a href="{{ route('restore/user', $user->id) }}" class="btn btn-mini btn-warning"><i class="icon-share-alt icon-white"></i> @lang('button.restore')</a>
@else
@@ -74,6 +70,7 @@ User Management ::
<span class="btn btn-mini btn-danger disabled"><i class="icon-remove icon-white"></i> @lang('button.delete')</span>
@endif
@endif
@endif
</td>
</tr>
@endforeach