Sha256: 0df78bd4a353b152e7b855f9d2e43df3961bf8d528554a1046d2a179e41dd56c
Contents?: true
Size: 1.16 KB
Versions: 93
Compression:
Stored size: 1.16 KB
Contents
<div class="zoomed-picture-background"> <%= image_tag @picture.url || "alchemy/missing-image.svg" %> </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: @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: @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
93 entries across 93 versions & 1 rubygems