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,8 +48,10 @@
|
|||
:bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
|
||||
:partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
|
||||
</p>
|
||||
<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>
|
||||
<div class="standard-form">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue