<%= @PAGE_TITLE = "Edit Output: #{@output.code}" %>

Warning! Editing a size or extension requires that AssetHost delete all rendered assets for this output. They will be re-rendered on first request.
<%= simple_form_for [:a, @output], html: { class: "form-horizontal" } do |f| %> <%= f.error_notification %>
<%= render 'form_fields', f: f %>
<%= f.submit "Update Output", class: "btn btn-primary" %> <%= link_to("Delete", a_output_path(@output), class: "btn btn-danger pull-right", method: :delete, data: { confirm: "Click OK to delete this Output.\n" \ "Click CANCEL to return to editing." } ) %>
<% end %>