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-0.15.4 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.15.3 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.15.2 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.15.1 app/views/thredded/posts_common/_header_with_topic.html.erb
threddedDANIEL-0.14.5 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.14.4 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.14.3 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.14.2 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.14.1 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.14.0 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.8 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.7 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.6 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.5 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.4 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.3 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.2 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.1 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.13.0 app/views/thredded/posts_common/_header_with_topic.html.erb
thredded-0.12.4 app/views/thredded/posts_common/_header_with_topic.html.erb