Sha256: 2d308c1d2aef43663e2904aa0ab3001f5d824745460d614e13eb29b68c7f873e

Contents?: true

Size: 600 Bytes

Versions: 9

Compression:

Stored size: 600 Bytes

Contents

<% if can? :read, topic.original %>
  <%= content_tag_for :article, topic, class: topic.css_class do %>
    <div class="post_count"><%= topic.posts_count %></div>

    <h1>
      <%= link_to topic.title,
        paged_messageboard_topic_posts_path(
          messageboard.slug,
          topic.slug,
          topic.farthest_page
        ) %>
    </h1>

    <cite class="updated_by">
      <%= topic.updated_at_timeago %>
      <%= topic.last_user_link %>
    </cite>

    <cite class="started_by">
      <%= topic.created_at_timeago %>
      <%= topic.user_link %>
    </cite>
  <% end %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thredded-0.0.12 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.10 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.9 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.8 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.7 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.6 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.5 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.4 app/views/thredded/topics/_topic_condensed.html.erb
thredded-0.0.3 app/views/thredded/topics/_topic_condensed.html.erb