X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/80a241f7985fec6ec853e48a25823446b59b7682..HEAD:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb deleted file mode 100644 index 723f9d197..000000000 --- a/app/views/browse/note.html.erb +++ /dev/null @@ -1,62 +0,0 @@ -<% set_title(t('browse.note.title', :id => @note.id)) %> - -

- - <%= t "browse.note.#{@note.status}_title", :note_name => @note.id %> - <% if current_user && current_user != @note.author %> - <%= link_to new_report_url(reportable_id: @note.id, reportable_type: @note.class.name), :title => t('browse.note.report') do %> -  ⚐ - <% end %> - <% end %> -

- -
-

<%= t('browse.note.description') %>

-
- <%= h(@note_comments.first.body.to_html) %> -
- -
- <%= note_event('open', @note.created_at, @note.author) %> - <% if @note.status == "closed" %> -
- <%= note_event(@note.status, @note.closed_at, @note_comments.last.author) %> - <% end %> -
- - <% if @note_comments.find { |comment| comment.author.nil? } -%> -

<%= t "javascripts.notes.show.anonymous_warning" %>

- <% end -%> - - <% if @note_comments.length > 1 %> -
- -
- <% end %> - - <% if @note.status == "open" %> -
- -
- - - -
-
- <% else %> -
- -
- - -
-
- <% end %> -