summaryrefslogtreecommitdiffstats
path: root/app/views/issues/edit.html.erb
blob: 1cd61b78354f4f80157a3218989eb47c768419d3 (plain)
1
2
3
4
5
6
<h2><%= "#{@issue.tracker.name} ##{@issue.id}" %></h2>

<%= render :partial => 'edit' %>
<% content_for :header_tags do %>
    <%= robot_exclusion_tag %>
<% end %>