OSDN Git Service

import all source code
[pettanr/pettanr.git] / app / views / artists / edit.html.erb
diff --git a/app/views/artists/edit.html.erb b/app/views/artists/edit.html.erb
new file mode 100644 (file)
index 0000000..0ca9f85
--- /dev/null
@@ -0,0 +1,6 @@
+<h1>Editing artist</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Show', @artist %> |
+<%= link_to 'Back', artists_path %>