Sha256: 17442b41e54fb731e42b9573a81e5815f1f5da6af46bc1b2e6c2ab6c52da22e8

Contents?: true

Size: 746 Bytes

Versions: 51

Compression:

Stored size: 746 Bytes

Contents

<%# @param post [Thredded::PostView] %>
<%# @param post_user_link [String] optional %>
<% topic = post.to_model.postable %>
<% post_user_link ||= user_link(post.user) %>
<header>
  <%= image_tag post.avatar_url, class: 'thredded--post--avatar' if post.user %>
  <h2 class="thredded--post--user-and-topic">
    <%=
      topic_link = link_to(topic.title, post.permalink_path)
      if topic.first_post == post.to_model
        t 'thredded.users.user_started_topic_html', user_link: post_user_link, topic_link: topic_link
      else
        t 'thredded.users.user_posted_in_topic_html', user_link: post_user_link, topic_link: topic_link
      end
    %>
  </h2>
  <p class="thredded--post--created-at"><%= time_ago post.created_at %></p>
</header>

Version data entries

51 entries across 51 versions & 2 rubygems

Version Path
thredded-0.16.11 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.10 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.9 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.8 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.7 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.6 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.5 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.4 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.3 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.1 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.16.0 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.15.5 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.15.4 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.15.3 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.15.2 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.15.1 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
threddedDANIEL-0.14.5 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.14.4 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.14.3 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb
thredded-0.14.2 app/views/thredded/posts_common/_header_with_user_and_topic.html.erb