Sha256: 67787f31c9bf1ee625c6a0eb31695d63d790554f9ec34a66a861c06a2b1474e8

Contents?: true

Size: 452 Bytes

Versions: 7

Compression:

Stored size: 452 Bytes

Contents

<div class="article">

  <h1><%= @post.title %></h1>

  <div class="date">
    <%= human_date @post.date %>
  </div>

  <%= @post.body_html %>

  <p>
    <% if @post.category %>
      Posted in category <%= link_to @post.category, "/categories/#{urlify @post.category}" %>.
    <% end %>

    <% unless @post.tag_list.empty? %>
      Tagged with <%= @post.tag_list.map {|tag| link_to tag, "/tags/#{tag}" }.join(', ') %>.
    <% end %>
  </p>
  
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shinmun-1.0.3 templates/post.rhtml
shinmun-1.0.2 templates/post.rhtml
shinmun-1.0.1 templates/post.rhtml
shinmun-1.0 templates/post.rhtml
shinmun-0.9.2 templates/post.rhtml
shinmun-0.9.1 templates/post.rhtml
shinmun-0.9 templates/post.rhtml