Sha256: 259e14516be00cf87a59bd49a29684866fc7994dbbecdece8989780dba677782

Contents?: true

Size: 1.15 KB

Versions: 19

Compression:

Stored size: 1.15 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 %>
      <%= render_icon "arrow-left-wide", size: "xl" %>
    <% 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 %>
      <%= render_icon "arrow-right-wide", size: "xl" %>
    <% end %>
  <% end %>
</div>

<div class="picture-details-overlay">
  <%= render 'form' %>
  <%= render 'infos' %>
</div>

<div class="picture-overlay-handle">
  <%= render_icon "contract-right" %>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/pictures/show.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/pictures/show.html.erb