mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 16:14:07 +01:00
fix #1118 for the second issue. When you edit your preferences, the selected language was not set to what you had saved
This commit is contained in:
parent
7a9e3a91d4
commit
9263f962c8
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
table_row(pref_name, nowrap_label) { text_field('prefs', pref_name) }
|
||||
end
|
||||
%>
|
||||
<%= row_with_select_field('locale', I18n.available_locales) %>
|
||||
<%= row_with_select_field('locale', I18n.available_locales.map {|l| l.to_s}) %>
|
||||
<%= row_with_text_field('date_format') %>
|
||||
<%= row_with_text_field('title_date_format') %>
|
||||
<%= table_row('time_zone', false) { time_zone_select('prefs','time_zone') } %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue