Sha256: 2a4c714dbe97e386c8f523683f4e2ee8982e7d603cbee8e4a645ff905b3b4a11
Contents?: true
Size: 1.03 KB
Versions: 12
Compression:
Stored size: 1.03 KB
Contents
<!DOCTYPE html> <html class="no-js"> <head> <title><%= decidim_page_title %></title> <%= csrf_meta_tags %> <%= stylesheet_pack_tag "decidim_core" %> </head> <body class="widget"> <% if content_for(:header) == "false" %> <% elsif content_for?(:header) %> <%= content_for(:header) %> <% else %> <div class="participatory-process"> <%= link_to translated_attribute(current_participatory_space.title), resource_locator(current_participatory_space).path, target: "_blank" %> </div> <% end %> <div class="row collapse"> <div class="column"> <%= yield %> </div> </div> <div class="organization"> <%= render partial: "layouts/decidim/logo", locals: { organization: current_organization } %> </div> <%= javascript_pack_tag "decidim_core", defer: false %> <%= render partial: "layouts/decidim/js_configuration" %> <%= javascript_pack_tag "decidim_widget" %> <%= render partial: "layouts/decidim/cors" if Decidim.cors_enabled %> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems