scaffold models
This commit is contained in:
14
app/views/settings/menu_item_options/show.html.erb
Normal file
14
app/views/settings/menu_item_options/show.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= @settings_menu_item_option.name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Value:</strong>
|
||||
<%= @settings_menu_item_option.value %>
|
||||
</p>
|
||||
|
||||
<%= link_to 'Edit', edit_settings_menu_item_option_path(@settings_menu_item_option) %> |
|
||||
<%= link_to 'Back', settings_menu_item_options_path %>
|
||||
Reference in New Issue
Block a user