Sha256: ca23b8d27dfbe5101c241eb45107d06bb93fd76a588629d322ab1da470d89251

Contents?: true

Size: 728 Bytes

Versions: 6

Compression:

Stored size: 728 Bytes

Contents

<div style="border: 1px solid grey; padding: 1ex; margin: 1ex; width: 92%; word-wrap: break-word;">
<h4>Template name:</h4>
<p><%= @template.template_name %></p>
</div>

<div style="border: 1px solid grey; padding: 1ex; margin: 1ex; width: 92%; word-wrap: break-word;">
<h4>Description:</h4>
<p><%= @template.description %></p>
</div>

<div style="border: 1px solid grey; padding: 1ex; margin: 1ex; width: 92%; word-wrap: break-word;">
<h4>Content:</h4>
<p><%= @template.content %></p>
</div>

<div style="border: 1px solid grey; padding: 1ex; margin: 1ex; width: 92%; word-wrap: break-word;">
<% unless readonly %>
  <%= link_to 'Edit', edit_template_path(@template) %> |
<% end %>
<%= link_to 'Back', templates_path %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stachio-0.2.1 app/views/stachio/templates/show.html.erb
stachio-0.2.0 app/views/stachio/templates/show.html.erb
stachio-0.1.0 app/views/stachio/templates/show.html.erb
stachio-0.0.6 app/views/stachio/templates/show.html.erb
stachio-0.0.5 app/views/stachio/templates/show.html.erb
stachio-0.0.4 app/views/stachio/templates/show.html.erb