profile birthday proportional selects (using responsive classes)

This commit is contained in:
Pablo Cuadrado 2014-06-28 10:17:37 -03:00
parent 1662814333
commit 39ae80027a

View file

@ -33,8 +33,9 @@
%h4 %h4
= t('profiles.edit.your_birthday') = t('profiles.edit.your_birthday')
= select_date profile.birthday, :prompt => true,
:default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1910, :prefix => 'profile[date]' .row-fluid
= select_date profile.birthday, { :prompt => true, :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1910, :prefix => 'profile[date]' }, { :class => 'span4' }
.small-horizontal-spacer .small-horizontal-spacer