left4me/rails/app/views/menus/show.html.erb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

10 lines
245 B
Text

<p style="color: green"><%= notice %></p>
<%= render @menu %>
<div>
<%= link_to "Edit this menu", edit_menu_path(@menu) %> |
<%= link_to "Back to menus", menus_path %>
<%= button_to "Destroy this menu", @menu, method: :delete %>
</div>