Sha256: f619d9acc23f78f30bb725959834102ff8cc837fba6ad75d46692b0a322b9d87
Contents?: true
Size: 1.58 KB
Versions: 3
Compression:
Stored size: 1.58 KB
Contents
<%# NOTE: the structure of this file is the same as: decidim-core/app/views/layouts/decidim/shared/_layout_user_profile.html.erb %> <%= render layout:"layouts/decidim/shared/layout_center", locals: { columns: 10 } do %> <header class="text-center py-10"> <h1 class="title-decorator inline-block text-left mb-12"> <%= title %> </h1> <p class="text-lg text-gray-2"> <%= description %> </p> </header> <div class="vertical-tabs"> <nav> <button id="dropdown-trigger-pages" data-component="dropdown" data-target="dropdown-menu-pages" data-open-md="true" data-auto-close="true"> <span> <%= translated_attribute(page.title) %> </span> <%= icon "arrow-down-s-line" %> <%= icon "arrow-up-s-line" %> </button> <ul id="dropdown-menu-pages" class="vertical-tabs__list" role="menu"> <% pages.each do |sibling| %> <li class="<%= "is-active" if page == sibling %>" role="menuitem"> <%= link_to translated_attribute(sibling.title), page_path(sibling.slug) %> </li> <% end %> </ul> </nav> <section> <%= cell "decidim/tos_page", :announcement %> <h2 class="h2"><%= translated_attribute page.title %></h2> <div class="editor-content mt-6"> <% page_content_blocks.each do |content_block| %> <%= cell content_block.manifest.cell, content_block %> <% end %> <%= decidim_sanitize_editor_admin translated_attribute page.content %> </div> <%= cell "decidim/tos_page", :form %> </section> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.29.1 | app/views/decidim/pages/_tabbed.html.erb |
decidim-core-0.28.4 | app/views/decidim/pages/_tabbed.html.erb |
decidim-core-0.29.0 | app/views/decidim/pages/_tabbed.html.erb |