Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
Do not show "omit emails" for new organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Villalba committed Sep 2, 2011
1 parent 60d2432 commit 064e495
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/views/organizations/_fields.haml
Expand Up @@ -6,10 +6,11 @@
%label= t('.permalink_html')
= errors_for @organization, :permalink
= f.text_field :permalink
.check_box
= errors_for @organization, :omit_email_processing
= f.check_box :omit_email_processing
%label{:for => 'organization_omit_email_processing'}= t('.omit_email_processing_html')
- unless @organization.new_record?
.check_box
= errors_for @organization, :omit_email_processing
= f.check_box :omit_email_processing
%label{:for => 'organization_omit_email_processing'}= t('.omit_email_processing_html')
%br
-#.text_field
-# %label Default language <em>invitations will be sent in this language</em>
Expand Down

0 comments on commit 064e495

Please sign in to comment.