Files
old-holivud2/app/views/notes/_new_note_modal.html.erb

4 lines
159 B
Plaintext
Raw Normal View History

2020-05-31 22:38:19 +02:00
<div class="modal" id="<%= dom_id(note, dom_id(releasable)) %>" tabindex="-1" role="dialog">
<%= render "form", releasable: releasable, note: note %>
</div>