X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44629832dd0207d7b0f50b93f1d00b4373dd4d49..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 90d34b574..000000000 --- a/app/views/browse/note.html.erb +++ /dev/null @@ -1,57 +0,0 @@ -<% set_title("#{t('browse.note.title')} | #{@note.id}") %> - -

- - <%= t "browse.note.#{@note.status}_title", :note_name => @note.id %> -

- -
-

<%= t('browse.note.mine.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 %> -