Sha256: 0133d6d6b0c2e6e8a691e21035f5b866ed295cddf0bdfcd21312696d3cd32e5e
Contents?: true
Size: 475 Bytes
Versions: 4
Compression:
Stored size: 475 Bytes
Contents
<div class="inset galleries icon"> <% if (count = 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_admin_gallery_path, :class => 'remote') %> <% else %> <h2>You have <%= pluralize(count, 'gallery') %></h2> <%= button_link_to('Visit', admin_galleries_path) %> <%= button_link_to('Add Another One', new_admin_gallery_path, :class => 'grey remote') %> <% end -%> </div>
Version data entries
4 entries across 4 versions & 1 rubygems