Sha256: 9311b3605bdf7f40fd29b626d430730df2361d69bea497111cfae08c85c8086f
Contents?: true
Size: 860 Bytes
Versions: 31
Compression:
Stored size: 860 Bytes
Contents
<%= content_tag :article, id: dom_id(private_topic), class: ['thredded--topics--topic', *topic_css_classes(private_topic)] do %> <div class="thredded--topics--posts-count"><%= private_topic.posts_count %></div> <h1 class="thredded--topics--title"> <%= link_to private_topic.title, private_topic.path %> </h1> <cite class="thredded--topics--updated-by"> <%= time_ago private_topic.last_post_at %> <span class="thredded--topics--participants"> <%= render partial: 'thredded/private_topics/private_topic/participant', collection: [private_topic.last_user, *(private_topic.users - [private_topic.last_user])] %> </span> </cite> <cite class="thredded--topics--started-by"> <%= time_ago private_topic.created_at %> <%= user_link private_topic.user %> </cite> <% end %>
Version data entries
31 entries across 31 versions & 2 rubygems