Skip to content

Commit

Permalink
Link to the correct CRM page from User Settings > People (plausible#4320
Browse files Browse the repository at this point in the history
)
  • Loading branch information
RobertJoonas authored Jul 9, 2024
1 parent 7d0321f commit 795e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible_web/templates/site/settings_people.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PlausibleWeb.Components.Generic.styled_link
:if={ee?() and Plausible.Auth.is_super_admin?(@current_user)}
new_tab={true}
href={PlausibleWeb.Endpoint.url() <> "/crm/auth/user/#{@current_user.id}"}
href={PlausibleWeb.Endpoint.url() <> "/crm/auth/user/#{membership.user.id}"}
>
CRM
</PlausibleWeb.Components.Generic.styled_link>
Expand Down

0 comments on commit 795e137

Please sign in to comment.