annotate .svn/pristine/4f/4fba00c49529df2ede6c1fa2b7fd96950e1d8f2b.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_statistics) %></h2>
|
Chris@1464
|
2
|
Chris@1464
|
3 <p>
|
Chris@1464
|
4 <%= tag("embed",
|
Chris@1464
|
5 :type => "image/svg+xml", :src => url_for(:controller => 'repositories',
|
Chris@1464
|
6 :action => 'graph', :id => @project,
|
Chris@1464
|
7 :repository_id => @repository.identifier_param,
|
Chris@1464
|
8 :graph => "commits_per_month")) %>
|
Chris@1464
|
9 </p>
|
Chris@1464
|
10 <p>
|
Chris@1464
|
11 <%= tag("embed",
|
Chris@1464
|
12 :type => "image/svg+xml", :src => url_for(:controller => 'repositories',
|
Chris@1464
|
13 :action => 'graph', :id => @project,
|
Chris@1464
|
14 :repository_id => @repository.identifier_param,
|
Chris@1464
|
15 :graph => "commits_per_author")) %>
|
Chris@1464
|
16 </p>
|
Chris@1464
|
17
|
Chris@1464
|
18 <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
|
Chris@1464
|
19
|
Chris@1464
|
20 <% html_title(l(:label_repository), l(:label_statistics)) -%>
|