Sha256: f168ac55183f9391ac818b770e620b0e263b80a121ab22af1bcc8640e69c63b5

Contents?: true

Size: 650 Bytes

Versions: 22

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

22 entries across 22 versions & 1 rubygems

Version Path
guts-3.1.2 app/views/guts/types/show.html.erb
guts-3.1.1 app/views/guts/types/show.html.erb
guts-3.1.0 app/views/guts/types/show.html.erb
guts-3.0.1 app/views/guts/types/show.html.erb
guts-3.0.0 app/views/guts/types/show.html.erb
guts-2.1.0 app/views/guts/types/show.html.erb
guts-2.0.2 app/views/guts/types/show.html.erb
guts-2.0.1 app/views/guts/types/show.html.erb
guts-2.0.0 app/views/guts/types/show.html.erb
guts-1.4.0 app/views/guts/types/show.html.erb
guts-1.3.6 app/views/guts/types/show.html.erb
guts-1.3.5 app/views/guts/types/show.html.erb
guts-1.3.4 app/views/guts/types/show.html.erb
guts-1.3.3 app/views/guts/types/show.html.erb
guts-1.3.2 app/views/guts/types/show.html.erb
guts-1.3.1 app/views/guts/types/show.html.erb
guts-1.3.0 app/views/guts/types/show.html.erb
guts-1.2.2 app/views/guts/types/show.html.erb
guts-1.2.1 app/views/guts/types/show.html.erb
guts-1.2.0 app/views/guts/types/show.html.erb