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

9 lines
128 B
Text

<h1>New action</h1>
<%= render "form", action: @action %>
<br>
<div>
<%= link_to "Back to actions", actions_path %>
</div>