Add a tooltip to help & wiki/news blog/shop/map key
This commit is contained in:
parent
93a810f690
commit
91bc3c9244
3 changed files with 8 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue