Sha256: f19b9ec0b5299c6102f6ca1f3cab471b43b316363b5cfa60e84787ba965fdb57
Contents?: true
Size: 660 Bytes
Versions: 3
Compression:
Stored size: 660 Bytes
Contents
- title "Album" .sub-header .button-bar.clearfix -#= render :partial => 'search' .admin-links = link_to 'new album', new_dust_gallery_album_path, :class => 'newfile tip', :title => "New Album" .content-wrapper -#= will_paginate @albums - @albums.each do |album| .index-item .clearfix{:style => "float:right"} = link_to "", album, :confirm => 'Are you sure?', :method => :delete, :class => 'ui-icon ui-icon-close destroy tip', :title => "Destroy This Item" = link_to album.title.try('capitalize'), edit_dust_gallery_album_path(album), :class => ' edit tip', :title => "Edit This Item" -#= will_paginate @albums
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dust-cms-0.0.07 | app/views/dust/gallery/albums/index.html.haml |
dust-cms-0.0.06 | app/views/dust/gallery/albums/index.html.haml |
dust-cms-0.0.05 | app/views/dust/gallery/albums/index.html.haml |