X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dce0f1639e9ac0c4d79182725b2996ad85c4d279..d90bbff3464e46b4094aa702a86eb054057234bd:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 24240d6df..a814d8c8b 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -28,10 +28,6 @@
<%= t "javascripts.notes.show.anonymous_warning" %>
<% end -%> - <% if current_user && current_user != @note.author %> -<%= t "javascripts.notes.show.report_link_html", :link => report_link(t(".report"), @note) %>
- <% end %> - <% if @note_comments.length > 1 %>
@@ -47,30 +43,49 @@ <% if @note.status == "open" %> <% if current_user -%> -
<% end -%> <% else %> - <% end %> + + <% if current_user && current_user != @note.author %> ++ + <%= t "javascripts.notes.show.report_link_html", :link => report_link(t(".report"), @note) %> + <% if @note.status == "open" %> + <%= t "javascripts.notes.show.other_problems_resolve", :link => report_link(t(".report"), @note) %> + <% elsif @note.status == "closed" %> + <%= t "javascripts.notes.show.other_problems_resolved" %> + <% end %> + +
+ <% end %> + + <% if @note.freshly_closed? %> + + <%= t "javascripts.notes.show.disappear_date_html", :disappear_in => disappear_in(@note) %> + + <% end %>