<% note = mobile_notes -%>
<%= sanitize(textilize_without_paragraph(note.body)) %>

<%= link_to(t('notes.note_location_link') + note.project.name, project_path(note.project, :format => 'm')) %> <%= Note.human_attribute_name('created_at') %>: <%= format_date(note.created_at) %> <% if note.updated_at? -%>  | <%= Note.human_attribute_name('updated_at') %>: <%= format_date(note.updated_at) %> <% end -%>
<% note = nil -%>