Sha256: 76022791735173e93763b5523740b60481526925b9414600382b4afb5b6cb643
Contents?: true
Size: 926 Bytes
Versions: 10
Compression:
Stored size: 926 Bytes
Contents
.title .row .col.s12.col.m12 %h1.center #{params[:action]} (#{@galleries.count}) #{link_to '[+]', new_gallery_path} = render 'search', path: galleries_path %ul.menu-secondary %li{ class: "#{params[:render_type] == 'index_titles' ? 'active' : ''}" } = link_to 'titles list', galleries_index_titles_path( :render_type => Gallery::RENDER_THUMBS ) %li{ class: "#{params[:render_type] == 'index_thumbs' ? 'active' : ''}" } = link_to 'thumbs list', galleries_index_thumbs_path( :render_type => Gallery::RENDER_TITLES ) %li{ class: "#{params[:render_type] == 'index_thumbs' ? 'active' : ''}" } = link_to 'shared with me (thumbs)', galleries_shared_path( :render_type => Gallery::RENDER_THUMBS ) %li{ class: "#{params[:render_type] == 'index_titles' ? 'active' : ''}" } = link_to 'shared with me (titles)', galleries_shared_titles_path
Version data entries
10 entries across 10 versions & 1 rubygems