summaryrefslogtreecommitdiff
path: root/app/views/forums/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/forums/index.html.erb')
-rw-r--r--app/views/forums/index.html.erb2
1 files changed, 0 insertions, 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 %>