X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/63303c22b704ca290c16ae908da1324f3ea25b2c..b8a1a904c6273252c56998178b69f5f65d744d69:/app/views/notes/new.html.erb diff --git a/app/views/notes/new.html.erb b/app/views/notes/new.html.erb index ee9837056..5be707dfe 100644 --- a/app/views/notes/new.html.erb +++ b/app/views/notes/new.html.erb @@ -4,13 +4,27 @@
<%= 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"), new_user_path) %>
+ <% if @anonymous_notes_count >= 10 %> +<%= t ".counter_warning_html", + :x_anonymous_notes => t(".x_anonymous_notes", :count => @anonymous_notes_count), + :contribute_by_yourself => link_to(t(".counter_warning_guide_link.text"), t(".counter_warning_guide_link.url")), + :community_can_help => link_to(t(".counter_warning_forum_link.text"), t(".counter_warning_forum_link.url")) %>
+ <% end %> +<%= t "javascripts.site.createnote_disabled_tooltip" %>