From ec085121a4c3068eb6ca6467f5d079064baf981a Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sat, 11 Nov 2017 19:41:03 -0500 Subject: Made new group button not appear to moderators. --- app/views/forums/index.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb index a30730a..2e24560 100644 --- a/app/views/forums/index.html.erb +++ b/app/views/forums/index.html.erb @@ -56,6 +56,4 @@ <% if admin? %> <%= link_to "New group", new_forumgroup_path, class: "btn blue" %> -<% elsif mod? %> - <%= link_to "New group", "#", class: "btn blue", disabled: true %> <% end %> -- cgit v1.2.3