Sha256: 16bccf89a7eb6357741939f276318f3f8589f4c6b382df41aeb1ad8d7613e60c

Contents?: true

Size: 349 Bytes

Versions: 3

Compression:

Stored size: 349 Bytes

Contents

<%= content_for :data_controls do %>
  <%= link_to "New Photo Album", new_admin_photo_album_path, :class => "btn btn-primary", :title => "New Photo Album" %>
<% end %>

<%= content_for :detail do %>
  <div id="admin-photo-galleries" class="admin-photo-ui-thumbs">
    <%= render :partial => 'album', :collection => @photo_albums %>
  <div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tb_photos-1.2.0 app/views/admin/photo_albums/index.html.erb
tb_photos-1.1.0 app/views/admin/photo_albums/index.html.erb
tb_photos-1.1.0.beta1 app/views/admin/photo_albums/index.html.erb