<%= label_tag nil, t(:google_analytics_id) %> <%= text_field :tracker, :analytics_id, :class => 'fullwidth' %>
<%= label_tag nil, t(:environment) %> <%= collection_select(:tracker, :environment, Rails.configuration.database_configuration.keys.sort, :to_s, :titleize, {}, {:id => 'tracker-env', :class => 'select2 fullwidth'}) %>
<%= label_tag nil, t(:active) %>
  • <%= radio_button(:tracker, :active, true) %> <%= t(:yes) %>
  • <%= radio_button(:tracker, :active, false) %> <%= t(:no) %>