annotate .svn/pristine/1f/1fc4113fdbf747b80464d17633b16c0ed0796efd.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents 261b3d9a4903
children
rev   line source
Chris@1464 1 <h2><%=l(:label_report_plural)%></h2>
Chris@1464 2
Chris@1464 3 <h3><%=@report_title%></h3>
Chris@1464 4 <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
Chris@1464 5 <br />
Chris@1464 6 <%= link_to l(:button_back), project_issues_report_path(@project) %>
Chris@1464 7