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