Sha256: e7470e9066d74e23ad0953bd46ac962f9c923d419309296a8a775765b4592f13

Contents?: true

Size: 482 Bytes

Versions: 4

Compression:

Stored size: 482 Bytes

Contents

<header class="post-header">
  <h1><%= link_to post.title, post.full_url %></h1>
  <div class="posted">
    <span data-monologue="time">
      <time datetime="<%= post.published_at %>">
        <%= I18n.localize(post.published_at.to_date, format: :long) %>
      </time>
    </span>
    <span data-monologue="user">
      <%= post.user.name %>
    </span>
    <span data-monologue="disqus">
      <a href="<%= post.full_url + "#disqus_thread" %>"></a>
    </span>
  </div>
</header>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
monologue-0.5.0 app/views/monologue/posts/_post_header.html.erb
monologue-0.4.1 app/views/monologue/posts/_post_header.html.erb
monologue-0.4.0 app/views/monologue/posts/_post_header.html.erb
monologue-0.3.0 app/views/monologue/posts/_post_header.html.erb