Sha256: a6cc33ec5722b3cc6bcef8879f22b4f24ff2643353021f28c911fd632d6d4884

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 Bytes

Contents

<%= cell "decidim/author_box", present(post.author), extra: (capture do %>
  <%= render partial: "datetime", locals: { post: post } %> &nbsp;&nbsp;ยท&nbsp;&nbsp;
  <%= link_to "#{post_path(post)}#comments", title: t(".comments") do %>
    <%= icon "comment-square", class: "icon--small", aria_label: "#{t(".comments")}", role: "img" %>
    <%= post.comments.count %> <%= t(".comments") %>
  <% end %>
<% end) %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-blogs-0.11.2 app/views/decidim/blogs/posts/_author_data.html.erb
decidim-blogs-0.11.1 app/views/decidim/blogs/posts/_author_data.html.erb
decidim-blogs-0.11.0.pre1 app/views/decidim/blogs/posts/_author_data.html.erb