suitepro/app/views/issues/edit.html.erb
2018-02-02 22:19:29 +01:00

6 lines
163 B
Text

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