Sha256: a7bae8f29075587617daa165922da4da0a362c1f87d5f55a673849a225897492

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

<header>
  <% if policy(Bongo::Article).create? %>
    <%= link_to drafts_url do %>
      <i>Drafts</i>
    <% end %>
  <% end %>
</header>

<%= render(collection: @articles, partial: 'article', spacer_template: "hr", cached: true) || "There are no articles yet." %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bongo-0.2.0 app/views/bongo/articles/index.html.erb