フロントエンドプレイアブル
This commit is contained in:
12
app/views/turns/edit.html.erb
Normal file
12
app/views/turns/edit.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<% 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>
|
||||
Reference in New Issue
Block a user