profile birthday proportional selects (using responsive classes)
This commit is contained in:
parent
1662814333
commit
39ae80027a
1 changed files with 3 additions and 2 deletions
|
|
@ -33,8 +33,9 @@
|
|||
|
||||
%h4
|
||||
= 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue