Sha256: 8cf69f2936f6912147d4aca7e91096065658249a92805053f7ccabab6437d480

Contents?: true

Size: 559 Bytes

Versions: 7

Compression:

Stored size: 559 Bytes

Contents

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

  <div class="posted">
    <span>
      <%= t('blogo.user.post_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

7 entries across 7 versions & 1 rubygems

Version Path
blogo-0.1.4 app/views/blogo/posts/_post_header.html.erb
blogo-0.1.3 app/views/blogo/posts/_post_header.html.erb
blogo-0.1.2 app/views/blogo/posts/_post_header.html.erb
blogo-0.1.1 app/views/blogo/posts/_post_header.html.erb
blogo-0.1.0 app/views/blogo/posts/_post_header.html.erb
blogo-0.0.10 app/views/blogo/posts/_post_header.html.erb
blogo-0.0.9 app/views/blogo/posts/_post_header.html.erb