WIP Render nostr profile and relay status with Ruby

This commit is contained in:
2026-08-11 13:26:37 -06:00
parent 4f22471aa0
commit 0dcd07c6f7
14 changed files with 168 additions and 126 deletions
@@ -0,0 +1,8 @@
<p class="flex gap-x-4 items-center">
<span class="inline-block h-6 w-6 grow-0 text-<%= @icon_color %>">
<%= render "icons/#{@icon_name}" %>
</span>
<span>
<%= raw @text %>
</span>
</p>