|
1 |
| -<div class="box tabular settings"> |
2 | 1 | <h3><%= l(:select_default_tracker_icon) %></h3>
|
3 | 2 |
|
4 | 3 | <% Tracker.sorted.each do |t| %>
|
5 |
| - <p> |
6 |
| - <%= content_tag :label, t.name %> |
7 |
| - <%= select_tag "settings[tracker_#{t.id}]", "<option>#{@settings["tracker_#{t.id}"]}</option>".html_safe %> |
8 |
| - <i id="icon_settings_tracker_<%= t.id %>"></i> |
9 |
| - </p> |
| 4 | +<p> |
| 5 | + <%= content_tag :label, t.name %> |
| 6 | + <%= select_tag "settings[tracker_#{t.id}]", "<option>#{@settings["tracker_#{t.id}"]}</option>".html_safe %> |
| 7 | + <i id="icon_settings_tracker_<%= t.id %>"></i> |
| 8 | +</p> |
10 | 9 | <% end %>
|
11 |
| -</div> |
12 | 10 |
|
13 |
| -<div class="box tabular settings"> |
| 11 | +<hr> |
| 12 | + |
14 | 13 | <h3><%= l(:select_default_status_color) %></h3>
|
15 | 14 |
|
16 | 15 | <% IssueStatus.sorted.each do |t| %>
|
17 |
| - <p> |
18 |
| - <%= content_tag :label, t.name %> |
19 |
| - <%= color_field_tag "settings[status_#{t.id}]", @settings["status_#{t.id}"] %> |
20 |
| - </p> |
| 16 | +<p> |
| 17 | + <%= content_tag :label, t.name %> |
| 18 | + <%= color_field_tag "settings[status_#{t.id}]", @settings["status_#{t.id}"] %> |
| 19 | +</p> |
21 | 20 | <% end %>
|
22 |
| -</div> |
23 | 21 |
|
24 |
| -<div class="box tabular settings"> |
| 22 | +<hr> |
| 23 | + |
| 24 | +<h3><%= l(:select_other_style_settings) %></h3> |
| 25 | + |
25 | 26 | <p>
|
26 | 27 | <%= content_tag(:label, l(:gtt_settings_vector_minzoom_level)) %>
|
27 | 28 | <%= text_field_tag('settings[vector_minzoom_level]',
|
28 | 29 | @settings['vector_minzoom_level'],
|
29 | 30 | :size => 10 ) %>
|
30 | 31 | </p>
|
31 |
| -</div> |
0 commit comments