Sha256: 592c3490ac89ce5b75ef2cfba444880e9fb368d968a429452985acd6df2abeed

Contents?: true

Size: 355 Bytes

Versions: 44

Compression:

Stored size: 355 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>
  <a href="<%= post.permalink_path %>" rel="nofollow" class="thredded--link thredded--post--created-at">
    <%= time_ago post.created_at %>
  </a>
</header>

Version data entries

44 entries across 44 versions & 2 rubygems

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