Sha256: 618550b2b617f2422f180da27292b72e5fafbca770f2a5dbd8c47b71013ae49a

Contents?: true

Size: 424 Bytes

Versions: 4

Compression:

Stored size: 424 Bytes

Contents

<form action="<%= request.fullpath %>" method="POST">
  <div class="source">
    <span class="header">Galleries</span>
    <% @galleries.each do |gallery| -%>
    <a href="<%= admin_gallery_path(gallery) %>">
      <span class="icon" style="background-image:url(<%= gallery.cover_image.file.url(:admin_icon) %>);"><%= gallery.name %></span>
    </a>
    <% end -%>
  </div>
  <div class="destination">
    
  </div>
</form>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/views/admin/galleries/editor.html.erb
grandstand-0.2.3 app/views/admin/galleries/editor.html.erb
grandstand-0.2.2 app/views/admin/galleries/editor.html.erb
grandstand-0.2.1 app/views/admin/galleries/editor.html.erb