app/views/decidim/debates/debates/index.html.erb in decidim-debates-0.19.1 vs app/views/decidim/debates/debates/index.html.erb in decidim-debates-0.20.0

- old
+ new

@@ -4,10 +4,10 @@ <div class="title-action"> <h2 id="debates-count" class="title-action__title section-heading"> <%= render partial: "count" %> </h2> <% if current_settings.creation_enabled? && current_component.participatory_space.can_participate?(current_user) %> - <%= action_authorized_link_to :create, new_debate_path, class: "title-action__action button small hollow", data: { "redirect_url" => new_debate_path } do %> + <%= action_authorized_link_to :create, new_debate_path, class: "title-action__action button small", data: { "redirect_url" => new_debate_path } do %> <%= t(".new_debate") %> <%= icon "plus" %> <% end %> <% end %> </a>