annotate app/views/issues/edit.html.erb @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +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 %>