13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
<% content_for :title, "Editing turn" %>
|
|
|
|
<h1>Editing turn</h1>
|
|
|
|
<%= render "form", turn: @turn %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this turn", @turn %> |
|
|
<%= link_to "Back to turns", turns_path %>
|
|
</div>
|