Closed qubist closed 4 years ago
Having trouble with category_records view. I can't actually find it in the UI and i get this error when running a basic test I created:
Failure/Error: <%= link_to 'Edit', edit_category_record_path(@category_record) %> |
ActionView::Template::Error:
undefined method `edit_category_record_path' for #<#<Class:0x00007fec4c579d48>:0x00007fec4c6c2b50>
Did you mean? edit_recipient_category_record_path
Back
andEdit
linksDestroy
linksThere are a lot of strings that are hard-coded in, for example the "Name:" text on the show pages for a donation.
Replace these with calls for translated strings :) See 84cb5b6 for how I did some of this already