template/helpers/names.rb in gitstats-ruby-1.0.0 vs template/helpers/names.rb in gitstats-ruby-1.0.1
- old
+ new
@@ -16,9 +16,12 @@
:filechanges_by_yearmonth => 'Filechanges by year and month',
:lines_by_yearmonth => 'Lines by year and month',
:linechanges_by_yearmonth => 'Linechanges by year and month',
:filetypes => 'Filetypes',
:lastweeks => 'Last years weeks',
+ :fileschart => 'Fileschart',
+ :lineschart => 'Lineschart',
+ :commitchart => 'Commitchart',
}
@names[name].nil? ? name.to_s : @names[name]
end