mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 04:18:49 +01:00
9 lines
289 B
Text
9 lines
289 B
Text
<div class="form-group">
|
|
<%= pref_with_text_field 'user', 'first_name' %>
|
|
</div>
|
|
<div class="form-group">
|
|
<%= pref_with_text_field 'user', 'last_name' %>
|
|
</div>
|
|
<div class="form-group">
|
|
<%= pref_with_select_field('prefs', 'locale', I18n.available_locales.map {|l| l.to_s}) %>
|
|
</div>
|