Sha256: 69b5c272272d274d86b29c57c6486fda5646e074abbe7d8b48e9c8b4b687232c
Contents?: true
Size: 655 Bytes
Versions: 1
Compression:
Stored size: 655 Bytes
Contents
<% content_for :meta_title, @header.name %> <% content_for :meta_description, @header.name %> <h1><%= t('activerecord.models.headers') %></h1> <%= render 'tab_admin_menu' %> <h3><%= t('name')t('colon') %> <%= @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 t('edit'), edit_header_path(@header), :class => 'btn btn-primary' %> <%= link_to t('headers.all'), headers_path, class: 'btn' %> <%= link_to t('headers.upload_new'), new_header_path, class: 'btn ' %> <%= render 'shared/admin_sidebar' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_illustrations-0.2 | app/views/headers/show.html.erb |