X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dfa2fd7d3d969cb196692dc3e7692153ae6ea5b8..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/notes/mine.html.erb diff --git a/app/views/notes/mine.html.erb b/app/views/notes/mine.html.erb index 13824419e..e019c1bfe 100644 --- a/app/views/notes/mine.html.erb +++ b/app/views/notes/mine.html.erb @@ -3,33 +3,33 @@
<%= raw @description %>
<% end %> -<%= render :partial => 'notes_paging_nav' %> +<%= render :partial => "notes_paging_nav" %>- | <%= t '.id' %> | -<%= t '.creator' %> | -<%= t '.description' %> | -<%= t '.created_at' %> | -<%= t '.last_changed' %> | +<%= t ".id" %> | +<%= t ".creator" %> | +<%= t ".description" %> | +<%= t ".created_at" %> | +<%= t ".last_changed" %> |
---|---|---|---|---|---|---|---|---|---|---|
<% if note.closed? %> - <%= image_tag("closed_note_marker.png", :alt => 'closed') %> + <%= image_tag("closed_note_marker.png", :alt => "closed") %> <% else %> - <%= image_tag("open_note_marker.png", :alt => 'open') %> + <%= image_tag("open_note_marker.png", :alt => "open") %> <% end %> | <%= link_to note.id.to_s, :controller => "browse", :action => "note", :id => note.id %> | <%= note_author(note.author) %> | <%= note.comments.first.body.to_html %> | -<%= t '.ago_html', :when => friendly_date(note.created_at) %> | -<%= t '.ago_html', :when => friendly_date(note.updated_at) %> | +<%= t ".ago_html", :when => friendly_date(note.created_at) %> | +<%= t ".ago_html", :when => friendly_date(note.updated_at) %> |