Sha256: c02236389b8e9256248a4d61f4bf43af4f65ef5b4b89060e2eef50d9677f6ec3

Contents?: true

Size: 943 Bytes

Versions: 4

Compression:

Stored size: 943 Bytes

Contents

<% content_for :meta_title, @illustration.name %>
<% content_for :meta_description, @illustration.name %>

<h1>View an Illustration</h1>

<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>

<%= link_to 'Edit', edit_illustration_path(@illustration), :class => 'btn btn-mini' %> 
<%= link_to 'All illustrations', illustrations_path, class: 'btn btn-mini' %> 
<%= link_to 'Upload New Illustration', new_illustration_path, class: 'btn btn-mini' %>

<%= render 'shared/admin_sidebar' %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tkh_illustrations-0.1 app/views/illustrations/show.html.erb
tkh_illustrations-0.0.10 app/views/illustrations/show.html.erb
tkh_illustrations-0.0.9 app/views/illustrations/show.html.erb
tkh_illustrations-0.0.8 app/views/illustrations/show.html.erb