Sha256: 233bdc74ee084213bdb634b72c27ef491e831c3f84ffb0d4015a26005f5586b9
Contents?: true
Size: 650 Bytes
Versions: 4
Compression:
Stored size: 650 Bytes
Contents
<div class="row"> <div class="small-12 columns"> <h1>Type</h1> <%= link_to "Back", types_path, class: "secondary button" %> </div> </div> <div class="row"> <div class="small-12 columns"> <table> <tr> <td><strong>Title</strong></td> <td><%= @type.title %></td> </tr> <tr> <td><strong>Slug</strong></td> <td><%= @type.slug %></td> </tr> <tr> <td><strong>Created</strong></td> <td><%= @type.created_at %></td> </tr> <tr> <td><strong>Updated</strong></td> <td><%= @type.updated_at %></td> </tr> </table> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
guts-1.0.8 | app/views/guts/types/show.html.erb |
guts-1.0.7 | app/views/guts/types/show.html.erb |
guts-1.0.5 | app/views/guts/types/show.html.erb |
guts-1.0.3 | app/views/guts/types/show.html.erb |