Sha256: 2889c9d2e942877a50b80bc97308aa976c2271d2d83654d3f042e4ccb07ce049

Contents?: true

Size: 686 Bytes

Versions: 4

Compression:

Stored size: 686 Bytes

Contents

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

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