Sha256: fec79410ec6b8bf3aa55ef6d0d5f0b548caaa7f7f297640c79e003cc09b1e83b

Contents?: true

Size: 351 Bytes

Versions: 7

Compression:

Stored size: 351 Bytes

Contents

<div class="clear">
   <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

7 entries across 7 versions & 1 rubygems

Version Path
contentment-0.5.1 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.5.0 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.4.0 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.3.2 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.3.1 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.3.0 lib/generators/contentment/contentment_views_templates/contents/show.html.erb
contentment-0.1.0 lib/generators/contentment/contentment_views_templates/contents/show.html.erb