diff --git a/app/views/gathers/_status.html.erb b/app/views/gathers/_status.html.erb index 50a508d..541cafd 100644 --- a/app/views/gathers/_status.html.erb +++ b/app/views/gathers/_status.html.erb @@ -3,7 +3,7 @@ <% if @gatherer and @gatherer.can_destroy? cuser %>

Gather running, <%= Gather::FULL - @gather.gatherers.length %> more needed.

- <%= link_to 'Leave Gather', @gatherer, confirm: 'Are you sure?', method: :delete, class: 'button tiny' %> + <%= link_to 'Leave Gather', @gatherer, confirm: 'Are you sure?', method: :delete, class: 'button tiny leave-gather' %> <% elsif (g = Gatherer.new(gather: @gather, user: cuser)).can_create?(cuser) %> <%= form_for g do |f| %> diff --git a/app/views/gathers/show.html.erb b/app/views/gathers/show.html.erb index 509c9d1..5a8d9a1 100644 --- a/app/views/gathers/show.html.erb +++ b/app/views/gathers/show.html.erb @@ -1,7 +1,7 @@