<%= setup_context :object => @subject, :title => @subject.title %> <%= form_for @subject, :as => "subject", :url => {:action => :update}, :html => {:class => 'form-horizontal aspace-record-form'}.merge(update_monitor_params(@subject)) do |f| %> <%= form_context :subject, @subject do |form| %>
<%= render_aspace_partial :partial => "sidebar" %>
<%= render_aspace_partial :partial => "toolbar" %>
<%= link_to_help :topic => "subject" %>

<%= @subject.title %> <%= I18n.t("subject._singular") %>


<%= render_aspace_partial :partial => "subjects/form", :locals => {:form => form} %>
<%= link_to I18n.t("actions.cancel"), :back, :class => "btn btn-cancel btn-default" %>
<% end %> <% end %>