app/views/organizations/edit.html.haml in artfully_ose-1.1.0 vs app/views/organizations/edit.html.haml in artfully_ose-1.2.0.alpha.1

- 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 do |form| += form_for @organization, :html => {"ng-controller" => "EditOrganizationCtrl"} do |form| = render :partial => 'organizations/form', :locals => { :form => form } - = form.submit "Update", :class => 'btn' \ No newline at end of file + = form.submit "Save", :class => 'btn btn-primary disablable'