summaryrefslogtreecommitdiff
path: root/web/taginfo.rb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-15 20:49:20 +0200
committerJochen Topf <jochen@topf.org>2014-05-15 20:49:20 +0200
commit8addee3d7b3e1f745a75f3dbdcf278277801835a (patch)
tree57e1927a6996093e07d6bb8deddd1c80b967dfcc /web/taginfo.rb
parent13dc9ce483faecb945000ae8d8510a962cce93c3 (diff)
downloadtaginfo-8addee3d7b3e1f745a75f3dbdcf278277801835a.tar
taginfo-8addee3d7b3e1f745a75f3dbdcf278277801835a.tar.gz
Add Key Comparison page.
This allows comparing of two or more (up to five) keys on one page. No link currently points to this page.
Diffstat (limited to 'web/taginfo.rb')
-rwxr-xr-xweb/taginfo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb
index 64523d1..d1b5050 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -218,6 +218,7 @@ class Taginfo < Sinatra::Base
# user interface
load 'lib/ui/embed.rb'
load 'lib/ui/help.rb'
+ load 'lib/ui/key_comparison.rb'
load 'lib/ui/keys.rb'
load 'lib/ui/relation.rb'
load 'lib/ui/reports.rb'