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 44a4696 commit f071693
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 @@ -46,6 +46,7 @@
<ul class="dropdown-content" id ="dropdown-menu" >

<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 f071693

Please sign in to comment.