237e1d51e72c81c4d781c1456301ef8f3fcdbf96
[cs356-p2-videostore.git] / app / views / game_platform / edit.rhtml
1 <h1>Editing game_platform</h1>
2
3 <% form_tag :action => 'update', :id => @game_platform do %>
4   <%= render :partial => 'form' %>
5   <%= submit_tag 'Edit' %>
6 <% end %>
7
8 <%= link_to 'Show', :action => 'show', :id => @game_platform %> |
9 <%= link_to 'Back', :action => 'list' %>