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

Version Path
decidim-core-0.24.3 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.6 app/views/layouts/decidim/widget.html.erb
decidim-core-0.24.2 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.5 app/views/layouts/decidim/widget.html.erb
decidim-core-0.24.1 app/views/layouts/decidim/widget.html.erb
decidim-core-0.24.0 app/views/layouts/decidim/widget.html.erb
decidim-core-0.24.0.rc2 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.4 app/views/layouts/decidim/widget.html.erb
decidim-core-0.24.0.rc1 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.3 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.2 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.1 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.1.rc1 app/views/layouts/decidim/widget.html.erb
decidim-core-0.23.0 app/views/layouts/decidim/widget.html.erb
decidim-core-0.22.0 app/views/layouts/decidim/widget.html.erb