Sha256: 15a6f6f411bd4686cd45142a8d774537773b8abdcfc63043709bac86188b3a35
Contents?: true
Size: 1.23 KB
Versions: 22
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
22 entries across 22 versions & 1 rubygems