Sha256: e2c02f551e68b938c182dc1909888c3f0af95742d0c7db25e512a15c224d011e
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
<div class="inset galleries icon"> <% if (count = Grandstand::Gallery.count).zero? -%> <h2>You haven't set up any galleries!</h2> <b class="grey">Get started:</b> <%= button_link_to('Add a Gallery', new_grandstand_gallery_path, :class => 'remote') %> <% else %> <h2>You have <%= pluralize(count, 'gallery') %></h2> <%= button_link_to('Visit', grandstand_galleries_path) %> <%= button_link_to('Add Another One', new_grandstand_gallery_path, :class => 'grey remote') %> <% end -%> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.2.7 | app/views/grandstand/main/index.html.erb |
grandstand-0.2.6 | app/views/grandstand/main/index.html.erb |