X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9748ce301c9488b9cd32439448770c3d4a38ebd6..b0d3ecb3c31e87f294d57d92a404220094e7bbd5:/app/views/notes/new.html.erb diff --git a/app/views/notes/new.html.erb b/app/views/notes/new.html.erb index 7b3b807e3..6728b32ff 100644 --- a/app/views/notes/new.html.erb +++ b/app/views/notes/new.html.erb @@ -3,15 +3,20 @@ <%= render "sidebar_header", :title => t(".title") %>
<%= t("javascripts.notes.new.intro") %>
+<%= t(".intro") %>
+ <% if !current_user %> +<%= t ".anonymous_warning_html", + :log_in => link_to(t(".anonymous_warning_log_in"), login_path(:referer => new_note_path)), + :sign_up => link_to(t(".anonymous_warning_sign_up"), user_new_path) %>
+ <% end %>