akkounts/app/views/settings/_nostr_user_relays.html.erb
Râu Cao 79ef9fa6d5
All checks were successful
continuous-integration/drone/push Build is passing
WIP Refactor stuff
2024-10-18 18:16:09 +02:00

16 lines
385 B
Plaintext

<%= turbo_frame_tag "nostr_user_metadata" do %>
<section>
<h3>Profile</h3>
<%= render Settings::NostrProfileStatusComponent.new(
profile_event: @profile,
user_address: current_user.address
) %>
</section>
<section>
<h3>Relays</h3>
<%= render Settings::NostrRelayStatusComponent.new(
nip65_event: @nip65_event
) %>
</section>
<% end %>