diff --git a/app/views/bubbles/_pop_toggle.html.erb b/app/views/bubbles/_pop_toggle.html.erb index 42f1581be..59b8f6289 100644 --- a/app/views/bubbles/_pop_toggle.html.erb +++ b/app/views/bubbles/_pop_toggle.html.erb @@ -6,23 +6,20 @@ <% end %> <% else %>
+ -
- - - - <% Current.account.pop_reasons.labels.each do |label| %> - <%= button_to bubble_pop_path(bubble, reason: label), class: "btn popup__item full-width", form_class: "full-width" do %> - <%= label %> - <% end %> + + <% Current.account.pop_reasons.labels.each do |label| %> + <%= button_to bubble_pop_path(bubble, reason: label), class: "btn popup__item full-width", form_class: "full-width" do %> + <%= label %> <% end %> - -
+ <% end %> +