mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-28 14:51:40 +00:00
Fix gather issue
This commit is contained in:
parent
6122caa125
commit
d0f0db6165
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue