diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-18 18:44:08 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-18 18:44:08 +0200 |
commit | f8d478de7494fd7eae2ef4430f34356234c6e769 (patch) | |
tree | 8960fd10f9671fdc8b9847a6c438adfcf1a74ee8 /web/lib | |
parent | 2a42335d0d757a12627def6f2200486338ec7ded (diff) | |
download | taginfo-f8d478de7494fd7eae2ef4430f34356234c6e769.tar taginfo-f8d478de7494fd7eae2ef4430f34356234c6e769.tar.gz |
Some places that didn't use translations do now.
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/ui/reports.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/ui/reports.rb b/web/lib/ui/reports.rb index e3698e1..0302d1c 100644 --- a/web/lib/ui/reports.rb +++ b/web/lib/ui/reports.rb @@ -8,7 +8,6 @@ class Taginfo < Sinatra::Base Report.each do |report| get report.url do - @title = report.title section :reports if File.exists?("viewsjs/reports/#{ report.name }.js.erb") javascript "#{ r18n.locale.code }/reports/#{ report.name }" |