Sha256: 63ccaf3ad8c999ecc46c8e1ac64a43721868acceb01349154c2e7e2881bedf93

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

<div class="row">
  <div class="small-12 columns">
    <h1>Navigation Item</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_item.title %></td>
      </tr>
      <tr>
        <td><strong>Custom</strong></td>
        <td><%= @navigation_item.custom %></td>
      </tr>
      <tr>
        <td><strong>Position</strong></td>
        <td><%= @navigation_item.position %></td>
      </tr>
      <tr>
        <td><strong>Navigation</strong></td>
        <td><%= @navigation_item.navigation.title %> (<%= @navigation_item.navigation.id %>)</td>
      </tr>
      <tr>
        <td><strong>Navigatable Type</strong></td>
        <td><%= @navigation_item.navigatable_type %></td>
      </tr>
      <tr>
        <td><strong>Navigatable ID</strong></td>
        <td><%= @navigation_item.navigatable_id %></td>
      </tr>
      <tr>
        <td><strong>Created</strong></td>
        <td><%= @navigation_item.created_at %></td>
      </tr>
      <tr>
        <td><strong>Updated</strong></td>
        <td><%= @navigation_item.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/navigation_items/show.html.erb
guts-1.0.7 app/views/guts/navigation_items/show.html.erb
guts-1.0.5 app/views/guts/navigation_items/show.html.erb
guts-1.0.3 app/views/guts/navigation_items/show.html.erb