Sha256: 7147952c62bc24204960004a7c26ad29265eb92452930824dee2fe83167ec142
Contents?: true
Size: 977 Bytes
Versions: 15
Compression:
Stored size: 977 Bytes
Contents
<!DOCTYPE html> <html class="no-js"> <head> <title><%= decidim_page_title %></title> <%= csrf_meta_tags %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> </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_include_tag "decidim/widget" %> <%= render partial: "layouts/decidim/js_configuration" %> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems