Use the same language as the view

This commit is contained in:
Jason Zimdars
2025-04-26 19:03:38 -05:00
parent cc9863572b
commit 52e6992fcf
+1 -1
View File
@@ -33,7 +33,7 @@
<div class="flex flex-column gap">
<%= link_to "Everything assigned to #{@user.first_name}", cards_path(assignee_ids: [@user.id], indexed_by: "newest"), class: "btn", data: { turbo_frame: "_top" } %>
<%= link_to "Everything added by #{@user.first_name}", cards_path(creator_ids: [@user.id], indexed_by: "newest"), class: "btn", data: { turbo_frame: "_top" } %>
<%= link_to "Everything reported by #{@user.first_name}", cards_path(creator_ids: [@user.id], indexed_by: "newest"), class: "btn", data: { turbo_frame: "_top" } %>
</div>
</div>
</div>