Hook up 'Learn More' and 'Sign Up' buttons
This commit is contained in:
parent
89a132d31c
commit
4baa17511f
2 changed files with 7 additions and 5 deletions
|
@ -5,10 +5,12 @@
|
|||
|
||||
<p class="inner12 large-text"><%= t 'layouts.intro_text' %></p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<a class="button" href="">Learn More</a>
|
||||
<a class="button" href="">Sign Up</a>
|
||||
</div>
|
||||
<% if !@user %>
|
||||
<div style="text-align: center;">
|
||||
<a class="button" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
|
||||
<a class="button" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class='footer'>
|
||||
<a title="<%= t('layouts.make_a_donation.title') %>" href="http://donate.openstreetmap.org/" class="donate">
|
||||
|
|
|
@ -1018,7 +1018,7 @@ en:
|
|||
make_a_donation:
|
||||
title: Support OpenStreetMap with a monetary donation
|
||||
text: Make a Donation
|
||||
|
||||
learn_more: "Learn More"
|
||||
license_page:
|
||||
foreign:
|
||||
title: About this translation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue