Sha256: 85804ecb731f53cf1e927b517fa6b58b9a004b547022943a1e68203d39ca1063
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
<%= render :partial => 'left' %> <h1 class="posts icon">Blog Posts</h1> <% if @posts.empty? -%> <div class="inset"> <h2>You haven't written any posts!</h2> <b class="grey">Get started:</b> <%= button_link_to('Add a Post', new_grandstand_post_path, :icon => 'add') %> </div> <% else -%> <%= render :partial => 'list', :locals => {:posts => @posts} %> <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.2.7 | app/views/grandstand/posts/index.html.erb |
grandstand-0.2.6 | app/views/grandstand/posts/index.html.erb |