10 lines
301 B
Text
10 lines
301 B
Text
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @menu_option %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this menu option", edit_menu_option_path(@menu_option) %> |
|
|
<%= link_to "Back to menu options", menu_options_path %>
|
|
|
|
<%= button_to "Destroy this menu option", @menu_option, method: :delete %>
|
|
</div>
|