Initial commit
This commit is contained in:
3
app/views/notes/_new_note_modal.html.erb
Normal file
3
app/views/notes/_new_note_modal.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="modal" id="<%= dom_id(note, dom_id(releasable)) %>" tabindex="-1" role="dialog">
|
||||
<%= render "form", releasable: releasable, note: note %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user