Advertisement
Guest User

Untitled

a guest
May 24th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <dt>National ringing scheme mail:</dt>
  2.  
  3. <% if @user.national_ringing_scheme_mail.present? %>
  4. <dd><strong><%= @user.national_ringing_scheme_mail %></strong></dd>
  5. <% else %>
  6. <font color="red">
  7. <dd><strong>Please set national ringing centre mail so we can send email with bird data after you add recovery</strong></dd></font>
  8. <% end %>
  9.  
  10. <dt>Mailing bird data:</dt>
  11.  
  12. <% if @user.mailing_bird_data? %>
  13. <dd><strong>Receive bird data via email</strong></dd>
  14. <% else %>
  15.  
  16. <dd><strong>Do not receive bird data via email</strong></dd>
  17. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement