Skip to content

Commit

Permalink
remove redundant data-note-body
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed Apr 22, 2024
1 parent ffb6227 commit 55b2ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/_notes.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="field is-flex is-justify-content-flex-end px-2 pb-2">
<button class="edit-note button is-small is-danger mr-2">Discard</button>
<button class="update-note button is-small is-primary"data-note-body=<%= note.body %>>Save</button>
<button class="update-note button is-small is-primary">Save</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 55b2ea8

Please sign in to comment.