summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-11-11 19:41:03 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2017-11-11 19:41:03 -0500
commitec085121a4c3068eb6ca6467f5d079064baf981a (patch)
tree51c201059a20b780fe5596f58a738da95477d687
parentb807a8f4ab773a2d8581ae0861604ef0a37f747c (diff)
Made new group button not appear to moderators.
-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 %>