X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..657ed03d8b2e262bc965cc38e8af190624c3295b:/app/views/notes/mine.html.erb diff --git a/app/views/notes/mine.html.erb b/app/views/notes/mine.html.erb index e019c1bfe..2751e1559 100644 --- a/app/views/notes/mine.html.erb +++ b/app/views/notes/mine.html.erb @@ -1,6 +1,6 @@ <% content_for :heading do %> -

<%= @heading %>

-

<%= raw @description %>

+

<%= t "notes.mine.heading", :user => @user.display_name %>

+

<%= t "notes.mine.subheading_html", :user => link_to(@user.display_name, user_path(@user)) %>

<% end %> <%= render :partial => "notes_paging_nav" %> @@ -15,15 +15,15 @@ <%= t ".last_changed" %> <% @notes.each do |note| -%> - class="creator"<% end %>> + class="creator"<% end %>> <% if note.closed? %> - <%= image_tag("closed_note_marker.png", :alt => "closed") %> + <%= image_tag("closed_note_marker.png", :alt => "closed", :size => "25x40") %> <% else %> - <%= image_tag("open_note_marker.png", :alt => "open") %> + <%= image_tag("open_note_marker.png", :alt => "open", :size => "25x40") %> <% end %> - <%= link_to note.id.to_s, :controller => "browse", :action => "note", :id => note.id %> + <%= link_to note.id, browse_note_path(note) %> <%= note_author(note.author) %> <%= note.comments.first.body.to_html %> <%= t ".ago_html", :when => friendly_date(note.created_at) %>