Wrap the welcome buttons in a standard-form CSS class
This commit is contained in:
parent
afd051116d
commit
85e5866c8f
1 changed files with 4 additions and 2 deletions
|
@ -48,9 +48,11 @@
|
||||||
:bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
|
:bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
|
||||||
:partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
|
:partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
|
||||||
</p>
|
</p>
|
||||||
|
<div class="standard-form">
|
||||||
<a class="button learn-more" href="<%= about_path %>"><%= t("layouts.learn_more") %></a>
|
<a class="button learn-more" href="<%= about_path %>"><%= t("layouts.learn_more") %></a>
|
||||||
<a class="button sign-up" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
|
<a class="button sign-up" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div id="banner">
|
<div id="banner">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue