Sha256: 7a2358e1a6f3ce0a888665c27d78e497bd5e8d8242c9e257545d3acd48b3472b

Contents?: true

Size: 321 Bytes

Versions: 6

Compression:

Stored size: 321 Bytes

Contents

<div>
  <p>
    <b>Title:</b>
    <%=h @content.title %>
  </p>
  <p>
    <b>Body:</b>
    <%=h @content.body %>
  </p>
  <p>
    <b>Type:</b>
    <%=h @content.tipe %>
  </p>
  <%= link_to 'Edit', edit_content_path(@content) %> | 
  <%= link_to 'Back', contents_path %> | 
  <%= link_to "new", new_content_path %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
contentment-0.8.4 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.8.3 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.7.1 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.7.0 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.6.1 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.6.0 lib/generators/contentment/contentment_views_templates/contents/show.html.erb