2008-04-19 19:15:07 +00:00
|
|
|
<div class="mobile_note">
|
2013-03-12 18:30:38 +02:00
|
|
|
<%= rendered_note(note) %>
|
2008-04-19 19:15:07 +00:00
|
|
|
</div>
|
|
|
|
|
<div class="mobile_note_info">
|
|
|
|
|
<br/>
|
2010-10-31 21:27:13 +08:00
|
|
|
<%= 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) %>
|
2008-04-19 19:15:07 +00:00
|
|
|
<% if note.updated_at? -%>
|
2010-10-31 21:27:13 +08:00
|
|
|
| <%= Note.human_attribute_name('updated_at') %>: <%= format_date(note.updated_at) %>
|
2008-04-19 19:15:07 +00:00
|
|
|
<% end -%>
|
|
|
|
|
</div>
|
|
|
|
|
<% note = nil -%>
|