X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52591c55610b656cca3ef37269a8eef713368fc6..f0b8498879a32688f62a8c23522542485bf535a4:/app/views/notes/new.html.erb diff --git a/app/views/notes/new.html.erb b/app/views/notes/new.html.erb index ee9837056..f461f60e2 100644 --- a/app/views/notes/new.html.erb +++ b/app/views/notes/new.html.erb @@ -4,13 +4,19 @@
<%= 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 %> +<%= t "javascripts.site.createnote_disabled_tooltip" %>