lines_by_date page

This commit is contained in:
Tomasz Gieniusz 2012-10-13 18:01:22 +02:00
parent 2d38d07e9f
commit 5d2f838bae
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ module GitStats
end
def all_templates
%w(index activity authors files)
%w(index activity authors files lines)
end
def prepare_assets

View File

@ -1,2 +1 @@
= high_chart("files_by_date", files_by_date)
= high_chart("lines_by_date", lines_by_date)

1
templates/lines.haml Normal file
View File

@ -0,0 +1 @@
= high_chart("lines_by_date", lines_by_date)