Sha256: 536317ddddfdc3b019b5c10c98722f0d457871f724339b5da1eddee51295f3c5

Contents?: true

Size: 675 Bytes

Versions: 4

Compression:

Stored size: 675 Bytes

Contents

<div class="row">
  <div class="small-12 columns">
    <h1>Category</h1>
    <%= link_to "Back", categories_path, class: "secondary button" %>
  </div>
</div>

<div class="row">
  <div class="small-12 columns">
    <table>
      <tr>
        <td><strong>Title</strong></td>
        <td><%= @category.title %></td>
      </tr>
      <tr>
        <td><strong>Slug</strong></td>
        <td><%= @category.slug %></td>
      </tr>
      <tr>
        <td><strong>Created</strong></td>
        <td><%= @category.created_at %></td>
      </tr>
      <tr>
        <td><strong>Updated</strong></td>
        <td><%= @category.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/categories/show.html.erb
guts-1.0.7 app/views/guts/categories/show.html.erb
guts-1.0.5 app/views/guts/categories/show.html.erb
guts-1.0.3 app/views/guts/categories/show.html.erb