Noosfero/noosfero

View on GitHub
app/views/custom_fields/_date.html.erb

Summary

Maintainability
Test Coverage
<%= labelled_form_field(field.name, date_field(name, profile.custom_value(field.name).to_date, {:change_month => true, :change_year => true, :year_range => '-100:-5', :date_format => 'yy-mm-dd'}, {:id => field.name.parameterize.underscore}))%>