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

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