Sha256: ec8255c554b5fc34424ee4233802d6d98ef24d6e50efdd40b7bbb33f20648c9d
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
<div class="posts__post_metadata px-2 py-1 text-sm border-t-[1px] border-feeds-<%=category%> flex justify-between items-end "> <div class="flex flex-col gap-1"> <div id="feeds_post-<%= post.id %>_reactions" class="flex gap-2 items-center" aria-live="polite"> <%= cell("decidim/posts/reactions", post) if post.is_a?(Decidim::Posts::Post) %> </div> <%= cell("decidim/posts/reaction_menu", post) if post.is_a?(Decidim::Posts::Post) %> </div> <time><%= @time_since_update %></time> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-posts-1.0.0 | app/cells/decidim/posts/post_metadata/show.erb |