Sha256: f23a4a1a72056f27b81317665904064b7da19c14983ba61b1ed084234aeb146b
Contents?: true
Size: 728 Bytes
Versions: 347
Compression:
Stored size: 728 Bytes
Contents
.galleries--menu-secondary %ul %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
347 entries across 347 versions & 2 rubygems