Sha256: dc5867c33438e693cafeac7e23491b8b7f924145f04091fa2c9c3416977fbc0f

Contents?: true

Size: 283 Bytes

Versions: 15

Compression:

Stored size: 283 Bytes

Contents

<%# @param post [Thredded::PostView] %>
<header>
  <%= image_tag post.avatar_url, class: 'thredded--post--avatar' if post.user %>
  <h2 class="thredded--post--user"><%= user_link post.user %></h2>
  <p class="thredded--post--created-at"><%= time_ago post.created_at %></p>
</header>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
thredded-0.11.1 app/views/thredded/posts_common/_header.html.erb
thredded-0.11.0 app/views/thredded/posts_common/_header.html.erb
thredded-0.10.1 app/views/thredded/posts_common/_header.html.erb
thredded-0.10.0 app/views/thredded/posts_common/_header.html.erb
thredded-0.9.4 app/views/thredded/posts_common/_header.html.erb
thredded-0.9.3 app/views/thredded/posts_common/_header.html.erb
thredded-0.9.2 app/views/thredded/posts_common/_header.html.erb
thredded-0.9.1 app/views/thredded/posts_common/_header.html.erb
thredded-0.8.4 app/views/thredded/posts_common/_header.html.erb
thredded-0.8.2 app/views/thredded/posts_common/_header.html.erb
thredded-0.7.0 app/views/thredded/posts_common/_header.html.erb
thredded-0.6.3 app/views/thredded/posts_common/_header.html.erb
thredded-0.6.2 app/views/thredded/posts_common/_header.html.erb
thredded-0.6.1 app/views/thredded/posts_common/_header.html.erb
thredded-0.6.0 app/views/thredded/posts_common/_header.html.erb