comparison app/views/issues/.svn/text-base/edit.rhtml.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 513646585e45
children
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
1 <h2><%=h "#{@issue.tracker.name} ##{@issue.id}" %></h2> 1 <h2><%=h "#{@issue.tracker.name} ##{@issue.id}" %></h2>
2 2
3 <%= render :partial => 'edit' %> 3 <%= render :partial => 'edit' %>
4 <% content_for :header_tags do %>
5 <%= robot_exclusion_tag %>
6 <% end %>