Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

stats.rhtml 581B

123456789101112
  1. <h2><%= l(:label_statistics) %></h2>
  2. <p>
  3. <%= tag("embed", :width => 800, :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :graph => "commits_per_month")) %>
  4. </p>
  5. <p>
  6. <%= tag("embed", :width => 800, :height => 400, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :graph => "commits_per_author")) %>
  7. </p>
  8. <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
  9. <% html_title(l(:label_repository), l(:label_statistics)) -%>