Mercurial > hg > soundsoftware-site
comparison app/views/reports/.svn/text-base/issue_report_details.rhtml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <h2><%=l(:label_report_plural)%></h2> | |
2 | |
3 <h3><%=@report_title%></h3> | |
4 <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %> | |
5 <br /> | |
6 <%= link_to l(:button_back), :action => 'issue_report' %> | |
7 |