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