10 lines
261 B
Text
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>
|