X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/63303c22b704ca290c16ae908da1324f3ea25b2c..0e749fd5bed3a34fd01a7b901f433e6e23e1562d:/app/views/site/welcome.html.erb?ds=inline diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index b05620f59..f8f339284 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -60,12 +60,18 @@
+<% if params[:oauth_return_url] %> + <%= t ".continue_authorization" %> +<% else %> + <%= t ".start_mapping" %> +<% end %> +
<%= t ".add_a_note.para_1" %>
<%= t ".add_a_note.para_2_html", :map_link => link_to(t(".add_a_note.the_map"), root_path), - :note_icon => tag.span(:class => "icon note") %>
+ :note_icon => tag.span(:class => "icon note bg-dark rounded-1") %>