Sha256: e9a0f4c6b00c2649a430c6121ae3aa9ac471d7d7f115c4509e44350122f9ca9b

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

<header>
  <h1><%= link_to post.title, blogo_post_path(post) %></h1>

  <div class="posted">
    <span>
      By <%= post.user.name %>
    </span> |
    <span>
      <time datetime="<%= post.published_at %>">
        <%= I18n.localize(post.published_at.to_date, format: :long) %>
      </time>
    </span>

    <div class="article-tags">
      <% post.tag_names.each do |tag_name| %>
        <%= link_to tag_name, blogo_tag_path(tag_name), class: 'tag pure-button button-secondary' %>
      <% end %>
    </div>
  </div>
</header>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blogo-0.0.8 app/views/blogo/posts/_post_header.html.erb
blogo-0.0.7 app/views/blogo/posts/_post_header.html.erb