app/views/organizations/edit.html.haml in artfully_ose-1.0.0.rc4 vs app/views/organizations/edit.html.haml in artfully_ose-1.1.0.rc1

- old
+ new

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