Skip to content

Commit

Permalink
Rename link to actions (#71)
Browse files Browse the repository at this point in the history
* fix(my_accounts): rename link to actions

* fix(my_accounts): fixup! rename link

---------

Co-authored-by: VladislavSokov <[email protected]>
  • Loading branch information
VladislavSokov and VladislavSokov authored Sep 5, 2023
1 parent 81ca75d commit b54f9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/my_accounts/_account_share.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ tr
td= account_share.account.name
td= account_share.account.parent.email
td= account_share.created_at.to_formatted_s(:short)
td= link_to 'link', accept_account_share_url(token: account_share.token)
td= link_to 'accept', accept_account_share_url(token: account_share.token)
2 changes: 1 addition & 1 deletion app/views/my_accounts/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
th Account
th From
th Created
th Link
th Actions
= render partial: 'account_share', collection: unaccepted_shares.order(created_at: :desc)
- else
.hero.is-medium.has-text-centered
Expand Down

0 comments on commit b54f9c5

Please sign in to comment.