Skip to content

Commit

Permalink
Update app/views/volunteers/_notes.html.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Jeanine Soterwood <[email protected]>
  • Loading branch information
metamoni and littleforest authored Oct 12, 2022
1 parent e89a039 commit 451f601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/volunteers/_notes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<tr>
<td><%= note.content %></td>
<td><%= note.creator.display_name %></td>
<td><%= note.created_at.strftime("%m-%d-%Y") %></td>
<td><%= l(note.created_at, format: :standard) %></td>
<td>
<%= link_to "Edit", edit_volunteer_note_path(@volunteer, note), class: "btn btn-primary" %>
<%= link_to "Delete", volunteer_note_path(@volunteer, note), class: "btn btn-primary", method: :delete %>
Expand Down

0 comments on commit 451f601

Please sign in to comment.