Sha256: b3ddcde3a8b58983e8e2fa4c10e1a16397516d442c7c0f4c6c2b974b1693f959

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

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

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