Sha256: 1f4c3110d2188ba37e171d5a9f526bcf14d7f2e3cb26be86b9910319923370ce

Contents?: true

Size: 995 Bytes

Versions: 6

Compression:

Stored size: 995 Bytes

Contents

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

<h1><%= t('activerecord.models.illustrations') %></h1>

<%= render 'tab_admin_menu' %>

<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 t('edit'), edit_illustration_path(@illustration), :class => 'btn btn-primary' %> 
<%= link_to t('illustrations.all'), illustrations_path, class: 'btn' %> 
<%= link_to t('illustrations.upload_new'), new_illustration_path, class: 'btn' %>

<%= render 'shared/admin_sidebar' %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.1 app/views/illustrations/show.html.erb
tkh_illustrations-0.2.5 app/views/illustrations/show.html.erb
tkh_illustrations-0.9 app/views/illustrations/show.html.erb
tkh_illustrations-0.2.4 app/views/illustrations/show.html.erb
tkh_illustrations-0.2.3 app/views/illustrations/show.html.erb
tkh_illustrations-0.2 app/views/illustrations/show.html.erb