summaryrefslogtreecommitdiff
path: root/web/taginfo.rb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-12-11 23:29:52 +0100
committerJochen Topf <jochen@topf.org>2011-12-11 23:29:52 +0100
commitafe1e7dacd7de22ea298a012f630acd883216063 (patch)
tree4b67567fcf98ed8367a8f433d9a241a0133e6182 /web/taginfo.rb
parentf3789beb8ceac12f013ab90f15cd5004a7d57bc9 (diff)
downloadtaginfo-afe1e7dacd7de22ea298a012f630acd883216063.tar
taginfo-afe1e7dacd7de22ea298a012f630acd883216063.tar.gz
API and UI support for tag combinations
Diffstat (limited to 'web/taginfo.rb')
-rwxr-xr-xweb/taginfo.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb
index fded8a2..bb4a089 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -315,6 +315,11 @@ class Taginfo < Sinatra::Base
},
:number_objects => trans.t.pages.key.number_objects,
},
+ :tag => {
+ :other_tags_used => {
+ :other => trans.t.pages.tag.other_tags_used.other,
+ },
+ },
},
}.to_json + ";\n"
end