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

7 lines
261 B
Plaintext
Raw Normal View History

2013-08-14 20:56:20 +08:00
<h3><%= l(:label_statistics) %></h3>
2013-08-01 10:33:49 +08:00
2013-08-30 09:34:21 +08:00
<% src = "http://localhost:3000/statistics/"+@project_id+"/index.html"%>
<iframe src=<%= src %> name="top" style="border:0;width:100%;height:1000px;"></iframe>
2013-08-01 10:33:49 +08:00
<% html_title(l(:label_repository), l(:label_statistics)) -%>