Sha256: ed508f89a48ad733f2675ba253d9f6352897f2b60cb024d8ce600f01a4abb830

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

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

<h1>View a Header Graphic</h1>

<h3>Name: <%= @header.name %></h3>
<p>
	<%= image_tag @header.photo.thumbnail %><br /><%= @header.photo.thumbnail %><br /><br />
	<%= image_tag @header.photo.large %><br /><%= @header.photo.large %>
</p>

<%= link_to 'edit', edit_header_path(@header), :class => 'btn btn-mini' %> 
<%= link_to 'all header graphics', headers_path, class: 'btn btn-mini' %> 
<%= link_to 'upload new header grahpic', new_header_path, class: 'btn btn-mini' %>

<%= render 'shared/admin_sidebar' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tkh_illustrations-0.1 app/views/headers/show.html.erb