X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b5046fdcd02b7ae9c10f22fa0b483e6eb2e06fa3..0f2df0b9efcfff1d6bb0f7b2d16fa23f85d8708d:/app/views/notes/new.html.erb diff --git a/app/views/notes/new.html.erb b/app/views/notes/new.html.erb index c8f658f53..5be707dfe 100644 --- a/app/views/notes/new.html.erb +++ b/app/views/notes/new.html.erb @@ -1,17 +1,31 @@ -<% set_title(t("browse.note.new_note")) %> +<% set_title(t(".title")) %> -<%= render "sidebar_header", :title => t("browse.note.new_note") %> +<%= 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"), 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 %> +
+ <% end %> +
- +
-
- " disabled="1" class="btn btn-primary"> +
+ " disabled="1" class="btn btn-primary">