Add a tooltip to help & wiki/news blog/shop/map key

This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-07 20:33:13 +00:00
parent 93a810f690
commit 91bc3c9244
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<% content_for :left_menu do %>
<%= link_to_function t('site.key.map_key'), "showKey();" %>
<%= link_to_function t('site.key.map_key'), "showKey();", { :title => t('site.key.map_key_tooltip') } %>
<% end %>
<script type="text/javascript">