Make locale data for help and wiki links a bit cleaner
This commit is contained in:
parent
ef038fa5fe
commit
4fbb622656
2 changed files with 11 additions and 2 deletions
|
@ -117,7 +117,10 @@
|
|||
<% end %>
|
||||
|
||||
<div id="left_menu" class="left_menu">
|
||||
<%= t 'layouts.help_and_wiki' %><br />
|
||||
<%= t 'layouts.help_and_wiki',
|
||||
:help => link_to(t('layouts.help'), t('layouts.help_url'), :title => t('layouts.help_title')),
|
||||
:wiki => link_to(t('layouts.wiki'), t('layouts.wiki_url'), :title => t('layouts.wiki_title'))
|
||||
%><br />
|
||||
<%= link_to t('layouts.copyright'), {:controller => 'site', :action => 'copyright'} %><br />
|
||||
<a href="http://blogs.openstreetmap.org/" title="<%= t 'layouts.news_blog_tooltip' %>"><%= t 'layouts.news_blog' %></a><br />
|
||||
<a href="<%= t 'layouts.shop_url' %>" title="<%= t 'layouts.shop_tooltip' %>"><%= t 'layouts.shop' %></a><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue