Sha256: 1a056a5f5d396bd2c42a530f7957c5843842b753841d3bd1c5c7f5eed2a3872d

Contents?: true

Size: 652 Bytes

Versions: 10

Compression:

Stored size: 652 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.updated_at %>
    <%= user_link private_topic.last_user %>
  </cite>

  <cite class="thredded--topics--started-by">
    <%= time_ago private_topic.created_at %>
    <%= user_link private_topic.user %>
  </cite>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.6.3 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.6.2 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.6.1 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.6.0 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.5.1 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.5.0 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.4.0 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.3.2 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.3.1 app/views/thredded/private_topics/_private_topic.html.erb
thredded-0.3.0 app/views/thredded/private_topics/_private_topic.html.erb