@@ -3,7 +3,7 | |||
|
3 | 3 | <div id="issue_descr_fields" <%= 'style="display:none"' unless @issue.new_record? || @issue.errors.any? %>> |
|
4 | 4 | <% if @issue.safe_attribute_names.include?('is_private') %> |
|
5 | 5 | <p style="float:right; margin-right:1em;"> |
|
6 | <label class="inline" for="issue_is_private"><%= f.check_box :is_private, :no_label => true %> <%= l(:field_is_private) %></label> | |
|
6 | <label class="inline" for="issue_is_private" id="issue_is_private_label"><%= f.check_box :is_private, :no_label => true %> <%= l(:field_is_private) %></label> | |
|
7 | 7 | </p> |
|
8 | 8 | <% end %> |
|
9 | 9 | <p><%= f.select :tracker_id, @project.trackers.collect {|t| [t.name, t.id]}, :required => true %></p> |
General Comments 0
You need to be logged in to leave comments.
Login now