app/views/organizations/_form.html.haml in artfully_ose-1.2.0.pre.15 vs app/views/organizations/_form.html.haml in artfully_ose-1.2.0.pre.16
- old
+ new
@@ -2,10 +2,10 @@
%legend Required Info
.control-group{"ng-class" => "{error: ! data.organization.valid_name}"}
= form.label :name, "Organization Name", :class => 'control-label'
.controls
= form.text_field :name, :placeholder => 'Example Organization', :required => true, :class => 'input-xlarge no-fa', "ng-model" => "data.organization.name", "ng-init" => "data.organization.name = '#{form.object.name}'"
- %p.text-error{"ng-hide" => "data.organization.valid_name"} Artful.ly already has an organization with this name and zip code. If you forgot your password or would like to be added to the pre-existing organization please email #{mail_to "support@artful.ly"}.
+ %p.text-error{"ng-hide" => "data.organization.valid_name"} Artful.ly already has an organization with this name and zip code. If you forgot your password or would like to be added to the existing organization please email #{mail_to "support@artful.ly"}.
.control-group
= form.label :email, 'Organization Email', :class=>'control-label'
.controls
= form.email_field :email, :placeholder => 'contact@organization.org', :required => true, :class => 'input-xlarge email-popup', "data-content" => "Your patrons will be able to respond to this email address when receiving ticket/donation receipts. You can change this at any time."