mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
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:
parent
ca58cc3bec
commit
1ade11b703
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
<%= render Components::PublicActivity::Snippet.new(activity) do %>
|
||||
promoted this identity's Slack account to full member.
|
||||
<% end %>
|
||||
Loading…
Add table
Reference in a new issue