socialforge/app/views/repositories/stats.html.erb

7 lines
261 B
Plaintext

<h3><%= l(:label_statistics) %></h3>
<% src = "http://localhost:3000/statistics/"+@project_id+"/index.html"%>
<iframe src=<%= src %> name="top" style="border:0;width:100%;height:1000px;"></iframe>
<% html_title(l(:label_repository), l(:label_statistics)) -%>