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

10 lines
261 B
Text

<p style="color: green"><%= notice %></p>
<%= render @action %>
<div>
<%= link_to "Edit this action", edit_action_path(@action) %> |
<%= link_to "Back to actions", actions_path %>
<%= button_to "Destroy this action", @action, method: :delete %>
</div>