Sha256: 61429d83e5956bb45c810cfcdc7becc7ad5aada5c4ed10430bb6bacdd39eaccb

Contents?: true

Size: 641 Bytes

Versions: 15

Compression:

Stored size: 641 Bytes

Contents

<% add_decidim_meta_tags(
  title: translated_attribute(@page.title),
  description: translated_attribute(@page.content)
) %>

<%
edit_link(
  decidim_admin.edit_static_page_path(@page),
  :update,
  :static_page,
  static_page: @page
)
%>

<% if @topic %>
  <%= render partial: "tabbed", locals: {
        title: translated_attribute(@topic.title),
        description: translated_attribute(@topic.description),
        page: @page,
        pages: @pages
      } %>
<% else %>
  <%= render partial: "standalone", locals: {
        title: translated_attribute(@page.title),
        description: nil,
        page: @page
      } %>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
decidim-core-0.29.2 app/views/decidim/pages/show.html.erb
decidim-core-0.28.5 app/views/decidim/pages/show.html.erb
decidim-core-0.29.1 app/views/decidim/pages/show.html.erb
decidim-core-0.28.4 app/views/decidim/pages/show.html.erb
decidim-core-0.29.0 app/views/decidim/pages/show.html.erb
decidim-core-0.28.3 app/views/decidim/pages/show.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/pages/show.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/pages/show.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/pages/show.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/pages/show.html.erb
decidim-core-0.28.2 app/views/decidim/pages/show.html.erb
decidim-core-0.28.1 app/views/decidim/pages/show.html.erb
decidim-core-0.28.0 app/views/decidim/pages/show.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/pages/show.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/pages/show.html.erb