mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
6 lines
283 B
Text
6 lines
283 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}) %>
|
|
<% if current_user.is_admin? %>
|
|
<%= pref_with_text_field('prefs', 'admin_email') %>
|
|
<% end %>
|