</h2>
<div class="browse-section">
- <h4><%= h(@note.comments.first.body.to_html) %></h4>
- <div class="details">
+ <h4><%= t('browse.note.mine.description') %></h4>
+ <div class="note-description">
+ <%= h(@note.comments.first.body.to_html) %>
+ </div>
+
+ <div class="details" data-coordinates="<%= number_with_delimiter(@note.lat) %>,<%=number_with_delimiter(@note.lon) %>" data-status="<%= @note.status %>">
+ <br/>
<%= note_event('open', @note.created_at, @note.author) %>
<% if @note.status == "closed" %>
<br/>