app/cells/decidim/votings/content_blocks/landing_page/header/show.erb in decidim-elections-0.27.0.rc1 vs app/cells/decidim/votings/content_blocks/landing_page/header/show.erb in decidim-elections-0.27.0.rc2
- old
+ new
@@ -1,6 +1,6 @@
-<section class="extended hero" style="background-image:url(<%= current_participatory_space.attached_uploader(:banner_image).path %>);">
+<section class="extended hero" style="background-image:url('<%= current_participatory_space.attached_uploader(:banner_image).path %>');">
<div class="hero__container">
<div class="row">
<div class="columns large-10 text-left">
<h1 class="text-highlight hero-heading mb-none">
<%= translated_attribute(current_participatory_space.title) %>
@@ -22,8 +22,8 @@
</div>
<% end %>
</div>
</section>
-<section class="section">
+<section>
<%= extended_navigation_bar(navigation_items) %>
</section>