##// END OF EJS Templates
not add empty header/footer to notification emails (#13482)...
not add empty header/footer to notification emails (#13482) Contributed by Max Horn. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11721 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8530:1bd5e58c8478
r11491:19f70c95d1ae
Show More
stats.html.erb
12 lines | 677 B | text/plain | TextLexer
Jean-Philippe Lang
Adds missing native eol properties....
r2781 <h2><%= l(:label_statistics) %></h2>
<p>
Jean-Philippe Lang
Adds support for multiple repositories per project (#779)....
r8530 <%= tag("embed", :width => 800, :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_month")) %>
Jean-Philippe Lang
Adds missing native eol properties....
r2781 </p>
<p>
Jean-Philippe Lang
Adds support for multiple repositories per project (#779)....
r8530 <%= tag("embed", :width => 800, :height => 400, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_author")) %>
Jean-Philippe Lang
Adds missing native eol properties....
r2781 </p>
<p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
<% html_title(l(:label_repository), l(:label_statistics)) -%>