<%= t('admin.key') %> | <% @site_valid_locales.each do |locale| %><%= locale %> | <% end %>
---|---|
<%= is_new ? (f.text_field :key, {:style => "width:130px"}) : @user_attribute_model.key %> | <% @site_valid_locales.each do |locale| %><%= text_field_tag "user_#{@attribute}_model[i18n_variable][#{locale}]", (@i18n_variable[locale] if @i18n_variable), :style => "width:130px" %> | <% end %>