Sha256: 8470df0bbed782dc965eba429f77729af9e5389673f48b057a7a5518c371302b
Contents?: true
Size: 1.14 KB
Versions: 11
Compression:
Stored size: 1.14 KB
Contents
<div class="zoomed-picture-background"> <%= image_tag @picture.url %> </div> <div class="picture-overlay-navigation"> <% if @previous %> <%= link_to alchemy.admin_picture_path( id: @previous, q: search_filter_params[:q], page: params[:page], tagged_with: search_filter_params[:tagged_with], size: params[:size], filter: search_filter_params[:filter] ), class: "previous-picture", remote: true do %> <i class="icon fas fa-angle-left fa-fw"></i> <% end %> <% end %> <% if @next %> <%= link_to alchemy.admin_picture_path( id: @next, q: search_filter_params[:q], page: params[:page], tagged_with: search_filter_params[:tagged_with], size: params[:size], filter: search_filter_params[:filter] ), class: "next-picture", remote: true do %> <i class="icon fas fa-angle-right fa-fw"></i> <% end %> <% end %> </div> <div class="picture-details-overlay"> <%= render 'form' %> <%= render 'infos' %> </div> <div class="picture-overlay-handle"> <i class="icon fas fa-angle-double-right fa-fw"></i> </div>
Version data entries
11 entries across 11 versions & 1 rubygems