annotate app/views/issues/edit.html.erb @ 1114:212b72b966ff bibplugin_bibtex

development commit - changing association validations. not working correctly
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 14 Dec 2012 19:50:00 +0000
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 %>