diff --git a/app/views/volunteers/_notes.html.erb b/app/views/volunteers/_notes.html.erb index 077b79f2b2..317018e146 100644 --- a/app/views/volunteers/_notes.html.erb +++ b/app/views/volunteers/_notes.html.erb @@ -11,6 +11,7 @@ Note Creator Date + Actions @@ -19,6 +20,9 @@ <%= note.content %> <%= note.creator.display_name %> <%= note.created_at.strftime(t("time.formats.standard")) %> + + <%= link_to "Edit", edit_volunteer_note_path(@volunteer, note), class: "btn btn-primary" %> + <% end %>