mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-28 23:01:05 +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' %>
|
<%= 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' %>
|
<%= link_to "Admin Page", edit_gather_url, class: 'admin button' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue