app/views/organizations/edit.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/organizations/edit.html.haml in artfully_ose-1.2.0.pre

- old
+ new

@@ -1,8 +1,8 @@ - in_section :dashboard - content_for :header do %h1 Edit Organization = render "shared/error_messages", :target => @organization -= form_for @organization, :html => {"ng-controller" => "EditOrganizationCtrl"} do |form| += form_for @organization do |form| = render :partial => 'organizations/form', :locals => { :form => form } - = form.submit "Save", :class => 'btn btn-primary disablable' + = form.submit "Save", :class => 'btn btn-primary disablable' \ No newline at end of file