Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Update afterloginnav.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhodeep Mukherjee authored Sep 13, 2016
1 parent 30b853c commit 44a4696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/layouts/afterloginnav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

@if(\Illuminate\Support\Facades\Auth::user()->role==1)
<li><a href="{{ url('/admin/show/users') }}">Show all users</a></li>
<li><a href="{{ url('/submissions/all') }}">Show all submissions</a></li>
<li><a href="{{ url('/admin/problem/add') }}">Add Problem</a></li>
<li><a href="{{ url('/admin/dashboard') }}">Admin Dashboard</a></li>
<li><a href="{{ url('/admin/users/shortlist') }}">Shortlist</a></li>
Expand Down

0 comments on commit 44a4696

Please sign in to comment.