scaffold models
This commit is contained in:
19
app/views/settings/menu_item_attributes/show.html.erb
Normal file
19
app/views/settings/menu_item_attributes/show.html.erb
Normal file
@@ -0,0 +1,19 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Attribute type:</strong>
|
||||
<%= @settings_menu_item_attribute.attribute_type %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= @settings_menu_item_attribute.name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Value:</strong>
|
||||
<%= @settings_menu_item_attribute.value %>
|
||||
</p>
|
||||
|
||||
<%= link_to 'Edit', edit_settings_menu_item_attribute_path(@settings_menu_item_attribute) %> |
|
||||
<%= link_to 'Back', settings_menu_item_attributes_path %>
|
||||
Reference in New Issue
Block a user