annotate app/views/issues/edit.html.erb @ 1271:cf4cc816278a live last_rails2_version

Remove inner quotes from realm (workaround for #577)
author Chris Cannam
date Tue, 07 May 2013 12:45:51 +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 %>