Fix gather issue

This commit is contained in:
Ari Timonen 2019-05-19 18:14:29 -04:00
parent 6122caa125
commit d0f0db6165

View file

@ -69,7 +69,7 @@
<%= link_to "Mute", '#', id: "mute", class: 'button tiny' %>
<% if cuser and (cuser.admin? or cuser.gather_moderators?) %>
<% if cuser and (cuser.admin? or cuser.gather_moderator?) %>
<%= link_to "Admin Page", edit_gather_url, class: 'admin button' %>
<% end %>
</div>