OSDN Git Service

t#32046:
[pettanr/pettanr.git] / app / views / story_sheets / edit.html.erb
diff --git a/app/views/story_sheets/edit.html.erb b/app/views/story_sheets/edit.html.erb
new file mode 100644 (file)
index 0000000..7e45d59
--- /dev/null
@@ -0,0 +1,5 @@
+<h1><%= t('.title') %></h1>
+<p id="notice"><%= notice %></p>
+
+<%= render 'form' %>
+<%= button_to 'Destroy', @story_sheet, confirm: 'Are you sure?', method: :delete %>