Skip to content

Commit

Permalink
Correcting the home page links for Admin User.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanil Puri committed Sep 27, 2014
1 parent 269e952 commit a055d24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/admin/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<div><%= link_to "Create New Editor", new_admin_user_path %></div>
<div><%= link_to "Create New User", new_admin_user_path %></div>
<div><%= link_to "View All Users", admin_users_path %></div>
<div><%= link_to "View All Drafted Posts", "#" %></div>
<div><%= link_to "View All Published Posts", "#" %></div>
<div><%= link_to "Create new resume", "#" %></div>
<div><%= link_to "View All Jobs", job_index_path %></div>

0 comments on commit a055d24

Please sign in to comment.