Sha256: 9b08c6b1d46881991a6396c363124acce8ce43f634a53485894bd72ed1a7dbd0

Contents?: true

Size: 718 Bytes

Versions: 21

Compression:

Stored size: 718 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>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
thredded-1.1.0 app/views/thredded/private_topics/_private_topic.html.erb
thredded-1.0.1 app/views/thredded/private_topics/_private_topic.html.erb
thredded-1.0.0 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.16 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.15 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.14 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.13 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.12 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.11 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.10 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.9 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.8 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.7 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.6 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.5 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.4 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.3 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.1 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.16.0 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.15.5 app/views/thredded/private_topics/_private_topic.html.erb