OSDN Git Service

import all source code
[pettanr/pettanr.git] / app / views / artists / edit.html.erb
1 <h1>Editing artist</h1>
2
3 <%= render 'form' %>
4
5 <%= link_to 'Show', @artist %> |
6 <%= link_to 'Back', artists_path %>