You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

edit.html.erb 163B

123456
  1. <h2><%= "#{@issue.tracker_was} ##{@issue.id}" %></h2>
  2. <%= render :partial => 'edit' %>
  3. <% content_for :header_tags do %>
  4. <%= robot_exclusion_tag %>
  5. <% end %>