Sha256: 697430a63973fa9ec9c1d0dca7c4df2edd4bc13e9a74d4322b53544009b92979
Contents?: true
Size: 903 Bytes
Versions: 15
Compression:
Stored size: 903 Bytes
Contents
<% add_decidim_meta_tags({ description: translated_attribute(@commentable.body), title: translated_attribute(@commentable.title), url: dummy_resource_url(@commentable) }) %> <%= render layout: "layouts/decidim/shared/layout_item", locals: { commentable: @commentable } do %> <h2 class="h2 decorator mb-8"> <%= translated_attribute(@commentable.title) %> </h2> <% content_for :aside do %> <%= action_authorized_link_to :foo, foo_dummy_resource_path(@commentable) do %> Foo <% end %> <section class="layout-main__section layout-main__buttons" data-buttons> <%= cell "decidim/comments_button", nil %> <div class="ml-auto"> <%= cell "decidim/share_button", nil %> </div> </section> <% end %> <%= comments_for(@commentable) %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems