diff options
author | Jochen Topf <jochen@topf.org> | 2013-01-06 21:36:36 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2013-01-06 21:43:48 +0100 |
commit | d0998e64dcc402773b256907bc382e858368db90 (patch) | |
tree | 5d9c365748a1fac68608cfffee40b07c709b8c9f /web/lib | |
parent | d11bbdbaba1a7b8d0bd0845cdef7950f38dd3fd9 (diff) | |
download | taginfo-d0998e64dcc402773b256907bc382e858368db90.tar taginfo-d0998e64dcc402773b256907bc382e858368db90.tar.gz |
Javascript related cleanup
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/ui/taginfo.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/ui/taginfo.rb b/web/lib/ui/taginfo.rb index deca152..b995735 100644 --- a/web/lib/ui/taginfo.rb +++ b/web/lib/ui/taginfo.rb @@ -46,6 +46,7 @@ class Taginfo < Sinatra::Base "<tr><td class='#{c}' style='padding-left: #{ level * 16 + 6 }px;'><span title='#{ name }'>#{ key }</span></td><td class='#{c}'>#{ en }</td><td class='#{c}'>#{ other }</td></tr>" } + javascript "#{ r18n.locale.code }/taginfo/i18n" erb :'taginfo/i18n' end |