From a055d24c41b2573be6e54475283a169046bebce4 Mon Sep 17 00:00:00 2001 From: Shanil Puri Date: Fri, 26 Sep 2014 23:52:53 -0400 Subject: [PATCH] Correcting the home page links for Admin User. --- app/views/admin/home/index.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/admin/home/index.html.erb b/app/views/admin/home/index.html.erb index 38d3fb1..c1e18dc 100644 --- a/app/views/admin/home/index.html.erb +++ b/app/views/admin/home/index.html.erb @@ -1,5 +1,3 @@ -
<%= link_to "Create New Editor", new_admin_user_path %>
+
<%= link_to "Create New User", new_admin_user_path %>
<%= link_to "View All Users", admin_users_path %>
-
<%= link_to "View All Drafted Posts", "#" %>
-
<%= link_to "View All Published Posts", "#" %>
-
<%= link_to "Create new resume", "#" %>
+
<%= link_to "View All Jobs", job_index_path %>
\ No newline at end of file