mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Merge remote-tracking branch 'jamal/fix-comm-confirm' into develop
This commit is contained in:
commit
c2ab6bac8d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<% end %>
|
||||
|
||||
<%= form_tag "/gathers/captain/#{@gather.id}" do %>
|
||||
<%= submit_tag (@gather.captain1 == @gatherer or @gather.captain2 == @gatherer) ? 'Stop Commanding' : 'Command a Team', class: 'button tiny' %>
|
||||
<%= submit_tag (@gather.captain1 == @gatherer or @gather.captain2 == @gatherer) ? 'Stop Commanding' : 'Command a Team', class: 'button tiny leave-gather' %>
|
||||
<% end %>
|
||||
|
||||
<%= link_to 'Leave Gather', @gatherer, confirm: 'Are you sure?', method: :delete, class: 'button tiny leave-gather' %>
|
||||
|
|
Loading…
Reference in a new issue