Sha256: 9978e58d02c758f2a72d19c8edcd0b75f9bee908900e85c0c90f7cebca538283
Contents?: true
Size: 302 Bytes
Versions: 6
Compression:
Stored size: 302 Bytes
Contents
<% if posts.any? %> <ol class='posts'> <%= render posts %> <%= paginate posts %> </ol> <% else %> <div class='posts empty'> <p>You haven't published yet.</p> <% if signed_in? %> <%= link_to 'Create a new post', new_title_admin_posts_path %> <% end %> </div> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems