Files
old-holivud2/app/views/notes/_new_note_modal.html.erb
2020-05-31 22:38:19 +02:00

4 lines
159 B
Plaintext

<div class="modal" id="<%= dom_id(note, dom_id(releasable)) %>" tabindex="-1" role="dialog">
<%= render "form", releasable: releasable, note: note %>
</div>