Add register contribution link to members#show

main
Hugo Peixoto 8 months ago
parent 9b91ae8df7
commit bdf0d1d22a
  1. 5
      app/views/members/show.html.erb

@ -46,7 +46,9 @@
<% end %>
</table>
<h2></h2>
<div>
<%= link_to t('members.index.actions.new_contribution'), new_member_contribution_path(@member) %>
</div>
<h2><%= t('members.show.notifications') %></h2>
@ -77,4 +79,3 @@
</tr>
<% end %>
</table>

Loading…
Cancel
Save