Add missing partial for promote_to_full_user activity (#64)

* Initial plan

* Add missing partial _promote_to_full_user.html.erb for public_activity identity

Co-authored-by: 24c02 <163450896+24c02@users.noreply.github.com>

* Simplify promote_to_full_user template - remove unnecessary is_current check

Co-authored-by: 24c02 <163450896+24c02@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: 24c02 <163450896+24c02@users.noreply.github.com>
This commit is contained in:
Copilot 2025-12-03 01:02:36 -05:00 committed by GitHub
parent ca58cc3bec
commit 1ade11b703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
<%= render Components::PublicActivity::Snippet.new(activity) do %>
promoted this identity's Slack account to full member.
<% end %>