summaryrefslogtreecommitdiff
path: root/web/lib
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-13 09:26:50 +0200
committerJochen Topf <jochen@topf.org>2014-05-13 09:26:50 +0200
commit82dab89f663561829f24a29c079c4406bcba4a69 (patch)
tree45a7acd7e46447bfd452b2bc60c85cbec0e11890 /web/lib
parentbc1f23896d26396b8a2df500be771da06b8e203d (diff)
downloadtaginfo-82dab89f663561829f24a29c079c4406bcba4a69.tar
taginfo-82dab89f663561829f24a29c079c4406bcba4a69.tar.gz
Change title on overpass turbo image link.
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/utils.rb b/web/lib/utils.rb
index 5311f21..0c6f777 100644
--- a/web/lib/utils.rb
+++ b/web/lib/utils.rb
@@ -101,7 +101,7 @@ def turbo_link(filter, key, value=nil)
parameters[:template] = template
url = TaginfoConfig.get('turbo.url_prefix', 'http://overpass-turbo.eu/?') + Rack::Utils::build_query(parameters)
- return '<span class="button">' + external_link('turbo_button', '<img src="/img/turbo.png" title="Turbo"/>', url, true) + '</span>'
+ return '<span class="button">' + external_link('turbo_button', '<img src="/img/turbo.png" title="overpass turbo"/>', url, true) + '</span>'
end
def external_link(id, title, link, new_window=false)