Sha256: fed75ca51c224a60380c9377b562971f0c7f982660cbc5743a16ca74284a7a6c

Contents?: true

Size: 872 Bytes

Versions: 2

Compression:

Stored size: 872 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 %>
</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

2 entries across 2 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.3 app/views/illustrations/show.html.erb
tkh_illustrations-0.9.2 app/views/illustrations/show.html.erb