Sha256: d8bbe82589117e4d44469d0959db24bb8fbe9faf99f69e2efa62a01e1c89d93f
Contents?: true
Size: 963 Bytes
Versions: 3
Compression:
Stored size: 963 Bytes
Contents
<% content_for :meta_title, @illustration.name %> <% content_for :meta_description, @illustration.name %> <%= render 'section_header' %> <h3>Name: <%= @illustration.name %></h3> <p> <%= image_tag @illustration.image.thumbnail %><br /><%= @illustration.image.thumbnail %><br /><br /> <%= image_tag @illustration.image.small %><br /><%= @illustration.image.small %><br /><br /> <%= image_tag @illustration.image.medium %><br /><%= @illustration.image.medium %><br /><br /> <%= image_tag @illustration.image.large %><br /><%= @illustration.image.large %><br /><br /> <%= image_tag @illustration.image.xl %><br /><%= @illustration.image.xl %><br /><br /> <%= image_tag @illustration.image.xxl %><br /><%= @illustration.image.xxl %> </p> <br /> <%= link_to t('edit'), edit_illustration_path(@illustration), :class => 'btn btn-primary' %><%= link_to t('illustrations.all'), illustrations_path, class: 'btn btn-default' %> <%= render 'shared/admin_sidebar' %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tkh_illustrations-0.9.6 | app/views/illustrations/show.html.erb |
tkh_illustrations-0.9.5 | app/views/illustrations/show.html.erb |
tkh_illustrations-0.9.4 | app/views/illustrations/show.html.erb |