<%= t('editing_asset') %>

<%= form_for @asset, :url => admin_asset_path(@asset), :html => {:id => 'ajaxForm', :multipart => true } do |f| %> <%= f.error_messages %> <%= render :partial => "form", :locals => { :f => f } %>
<%= link_back if is_html %> <%= t(:update) %>
<% end %>