<% if @galleries.empty? -%>

Please Upload Images to a Gallery

No Galleries
<%= button_link_to('Add a Gallery', new_grandstand_gallery_path, :class => 'remote', :icon => 'add') %> <%= button_link_to('Close', return_path, :class => 'cancel')%>
<% else -%>
Galleries
<% @galleries.each_with_index do |gallery, index| -%> href="<%= grandstand_gallery_path(gallery) %>" rel="gallery-<%= gallery.to_param %>"> <%= gallery.name %> <% end -%>
<% @galleries.each_with_index do |gallery, index| -%> <% end -%>
<%= button_link_to('Close', return_path, :class => 'cancel') %>
<% end -%>