annotate app/views/issues/edit.html.erb @ 1465:ab8bd24eeb65 bug_635

Close obsolete branch bug_635
author Chris Cannam
date Fri, 19 Jul 2013 12:13:20 +0100
parents c6c2cbd0afee
children
rev   line source
Chris@0 1 <h2><%=h "#{@issue.tracker.name} ##{@issue.id}" %></h2>
Chris@0 2
Chris@0 3 <%= render :partial => 'edit' %>
Chris@441 4 <% content_for :header_tags do %>
Chris@441 5 <%= robot_exclusion_tag %>
Chris@441 6 <% end %>