diff options
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 }" |