Sha256: 402e83b09e870f77c038f163c05987b07e078e7088592e93a9ae55afb9f900a7

Contents?: true

Size: 499 Bytes

Versions: 59

Compression:

Stored size: 499 Bytes

Contents

<%# @param post [Thredded::PostView] %>
<% topic = post.to_model.postable %>
<header>
  <h2 class="thredded--post--topic">
    <%=
      topic_link = link_to(topic.title, post.permalink_path)
      if topic.first_post == post.to_model
        t 'thredded.users.started_topic_html', topic_link: topic_link
      else
        t 'thredded.users.posted_in_topic_html', topic_link: topic_link
      end
    %>
  </h2>
  <p class="thredded--post--created-at"><%= time_ago post.created_at %></p>
</header>

Version data entries

59 entries across 59 versions & 2 rubygems

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