Sha256: 5bea30a586839c35c9eca17462e59bd51ab2faaf2b4b5d67d34a907e52107e3c
Contents?: true
Size: 908 Bytes
Versions: 6
Compression:
Stored size: 908 Bytes
Contents
.title .row .col-sm-12.col-md-12 %h1.center #{params[:action]} (#{@galleries.count}) #{link_to '[+]', new_gallery_path} = render 'search' %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
6 entries across 6 versions & 1 rubygems