Admin pages: fix more user links, add missing services to user page #199

Merged
raucao merged 4 commits from feature/admin_pages into master 2024-08-09 10:33:29 +00:00
Showing only changes of commit e077debfc2 - Show all commits

View File

@ -205,7 +205,7 @@
) %>
</td>
<td class="text-right">
<%= link_to "Open profile", "https://njump.me/#{@user.nostr_pubkey}", class: "btn-sm btn-gray" %>
<%= link_to "Open profile", "https://njump.me/#{@user.nostr_pubkey_bech32}", class: "btn-sm btn-gray" %>
</td>
</tr>
<% end %>