summaryrefslogtreecommitdiff
path: root/web/lib
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-18 18:44:08 +0200
committerJochen Topf <jochen@topf.org>2014-05-18 18:44:08 +0200
commitf8d478de7494fd7eae2ef4430f34356234c6e769 (patch)
tree8960fd10f9671fdc8b9847a6c438adfcf1a74ee8 /web/lib
parent2a42335d0d757a12627def6f2200486338ec7ded (diff)
downloadtaginfo-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.rb1
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 }"