Sha256: 9f784d24dfe9e674cfa69014efb802579a139b9f9b3886a19c2225541280888c

Contents?: true

Size: 844 Bytes

Versions: 8

Compression:

Stored size: 844 Bytes

Contents

<table>
  <tr data-hook="analytics_id">
    <td><%= label_tag nil, t(:google_analytics_id) %></td>
    <td><%= text_field :tracker, :analytics_id, {'style' => 'width:200px;'} %></td>
  </tr>
  <tr data-hook="environment">
    <td><%= label_tag nil, t(:environment) %></td>
    <td>
      <%= collection_select(:tracker, :environment, Configuration.configurations.keys, :to_s, :titleize, {}, {:id => 'tracker-env'}) %>
    </td>
  </tr>
  <tr data-hook="active">
    <td><%= label_tag nil, t(:active) %></td>
    <td>
      <label class="sub">
        <%= radio_button(:tracker, :active, true) %>
        <%= t(:yes) %>
      </label> &nbsp;
      <label class="sub">
        <%= radio_button(:tracker, :active, false) %>
        <%= t(:no) %>
      </label>
    </td>
  </tr>
  <tbody data-hook="additional_tracker_fields">
  </tbody>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/trackers/_form.html.erb
spree_core-0.70.6 app/views/admin/trackers/_form.html.erb
spree_core-0.70.5 app/views/admin/trackers/_form.html.erb
spree_core-0.70.4 app/views/admin/trackers/_form.html.erb
spree_core-0.70.3 app/views/admin/trackers/_form.html.erb
spree_core-0.70.2 app/views/admin/trackers/_form.html.erb
spree_core-0.70.1 app/views/admin/trackers/_form.html.erb
spree_core-0.70.0 app/views/admin/trackers/_form.html.erb