Commit
0261c5e49a6bf1f6f985113ca660ac0d23e20be1
Exists in
staging
and in
42 other branches
all_pending_tasks_api, api-articles-period, api_roles, caching-rails4, captcha_serpro_plugin, comments_permissions, content-manager-hostspot, elasticsearch, elasticsearch_api, elasticsearch_categories, elasticsearch_filter, elasticsearch_sort, elasticsearch_to_merge, elasticsearch_view, environment-exposes-api, export-comment-api, export-comment-paragraph, export_data, external_followers, federation-webfinger, federation_followers, federation_followers_backend, federation_oauth_provider, federation_webfinger, fix_event_date_issue, fix_notification_email, fix_string_downcase_and_upcase, follower_permition, json_cookie_serializer, login-captcha, master, master_profile_followers, oauth_external_login, oauth_login, private-scraps, private-scraps-rebase, production, production-vendorized, profile_api_improvements, tasks_keep_filter_params, user_mention, webfinger_server
ActionItem916: better UI
| @@ -87,7 +87,7 @@ module DatesHelper |
| @@ -87,7 +87,7 @@ module DatesHelper |
87
| end |
87
| end |
88
| |
88
| |
89
| def pick_date(object, method, options = {}, html_options = {}) |
89
| def pick_date(object, method, options = {}, html_options = {}) |
90
| - date_select(object, method, html_options.merge(options.merge(:use_month_names => MONTHS.map {|item| gettext(item)}))) |
90
| + date_select(object, method, html_options.merge(options.merge(:include_blank => true, :use_month_names => MONTHS.map {|item| gettext(item)}))) |
91
| end |
91
| end |
92
| |
92
| |
93
| end |
93
| end |
| @@ -8,7 +8,7 @@ |
| @@ -8,7 +8,7 @@ |
8
| width: 108px; |
8
| width: 108px; |
9
| } |
9
| } |
10
| |
10
| |
11
| -#profile-data .select-birth-date select { |
| |
12
| - width: 70px; |
11
| +#profile-data .select-birth-date select#profile_data_birth_date_3i { |
| |
12
| + width: 47px; |
13
| } |
13
| } |
14
| |
14
| |