app/views/decidim/debates/debates/show.html.erb in decidim-debates-0.23.1 vs app/views/decidim/debates/debates/show.html.erb in decidim-debates-0.23.2

- old
+ new

@@ -12,13 +12,15 @@ debate: debate ) %> <div class="row column view-header"> - <%= link_to debates_path(filter_link_params), class: "small hollow" do %> - <%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %> - <%= t(".back") %> - <% end %> + <div class="m-bottom"> + <%= link_to debates_path(filter_link_params), class: "small hollow" do %> + <%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %> + <%= t(".back") %> + <% end %> + </div> <h2 class="heading3"> <%== present(debate).title(links: true) %> </h2>