summaryrefslogtreecommitdiff
path: root/app/views/assets/edit.html.erb
blob: e65d6004abde06d78265f74bd092dcaa31023b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<h1>Editing asset</h1>

<%= form_for(@asset) do |f| %>
  <%= form_error_messages(f) %>

  <p>
    <%= f.submit 'Update' %>
  </p>
<% end %>

<%= link_to 'Show', @asset %> |
<%= link_to 'Back', assets_path %>