Sha256: 9c5a6225bd76ad03dcbb25d2df32755b876e5810499640c2aa56e96c0fdcf340

Contents?: true

Size: 567 Bytes

Versions: 4

Compression:

Stored size: 567 Bytes

Contents

<% content_for :head, auto_discovery_link_tag(:atom, url_for([Storytime::BlogPost, format: "atom"])) %>

<div class="container">
  <div class="row">
    <div class="col-md-9">
      <div class="post-list">
        <%= render @posts %>
        <%= paginate @posts, param_name: "page_number" %>
      </div>
    </div>
    <div class="col-md-3">
      <h5>Tags</h5>
      <% tag_cloud Storytime::Post.tag_counts, %w[s m l] do |tag, css_class| %>
        <div><%= link_to tag.name, tag_path(tag.name), class: css_class %></div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
storytime-1.0.2 app/views/storytime/posts/index.html.erb
storytime-1.0.1 app/views/storytime/posts/index.html.erb
storytime-1.0.0 app/views/storytime/posts/index.html.erb
storytime-0.0.4 app/views/storytime/posts/index.html.erb