Sha256: b03bf69cb90a4dc70d318277d0887dd6b3c68b9c86f55f323090fcd50121d013
Contents?: true
Size: 930 Bytes
Versions: 31
Compression:
Stored size: 930 Bytes
Contents
.title .row .col-sm-12.col-md-12 %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
31 entries across 31 versions & 1 rubygems