mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 19:20:13 +01:00
3 lines
No EOL
186 B
Text
3 lines
No EOL
186 B
Text
<%= pref_with_text_field 'user', 'first_name' %>
|
|
<%= pref_with_text_field 'user', 'last_name' %>
|
|
<%= pref_with_select_field('prefs', 'locale', I18n.available_locales.map {|l| l.to_s}) %> |