MiraitSystems/enju_trunk

View on GitHub
app/views/manifestations/_show_note.html.erb

Summary

Maintainability
Test Coverage
<div id="note_<%= manifestation.id %>" style="display: none">
  <div>
    <br />
    <%= simple_format hbr(manifestation.note) %>
  </div>
</div>