Sha256: c00a3356c23b83f31b39e1f99a8339b7d6f4271349f1363f02d187824e77ba9d

Contents?: true

Size: 556 Bytes

Versions: 5

Compression:

Stored size: 556 Bytes

Contents

<% content_for :head, auto_discovery_link_tag(:atom, 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

5 entries across 5 versions & 1 rubygems

Version Path
storytime-1.2.0 app/views/storytime/posts/index.html.erb
storytime-1.1.1 app/views/storytime/posts/index.html.erb
storytime-1.0.7 app/views/storytime/posts/index.html.erb
storytime-1.0.6 app/views/storytime/posts/index.html.erb
storytime-1.0.5 app/views/storytime/posts/index.html.erb