Compare commits
29
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dc10a4d33
|
||
|
|
2297c68046
|
||
|
|
b82ab45c99
|
||
|
|
d12c63db26
|
||
|
|
e6a9ef84ce
|
||
|
|
b7e91344a0
|
||
|
|
0f07e32781
|
||
|
|
1311b5ed6a
|
||
|
|
12f82061e8
|
||
|
|
a07b4369ab
|
||
|
|
2605c06807
|
||
|
|
1db768fb15
|
||
|
|
8a7403df32
|
||
|
|
f0295fef7a
|
||
|
|
090affd304
|
||
|
|
bafddd436b
|
||
|
|
560f193c4b
|
||
|
|
8aabbad5bb
|
||
|
|
ba8d21eb7a
|
||
|
|
53df455d53
|
||
|
|
9f1af3a9aa
|
||
|
|
1d09008ce2
|
||
|
|
57c5317c38
|
||
|
|
41bd920060
|
||
|
|
0815fa6040
|
||
|
|
af0e99aa50
|
||
|
|
f05eec5255
|
||
|
|
66ca2dc6b0
|
||
|
|
800183e9da
|
@@ -205,7 +205,9 @@
|
||||
) %>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<% if @user.nostr_pubkey.present? %>
|
||||
<%= link_to "Open profile", "https://njump.me/#{@user.nostr_pubkey_bech32}", class: "btn-sm btn-gray" %>
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
:concurrency: 2
|
||||
production:
|
||||
:concurrency: 10
|
||||
:queues:
|
||||
- default
|
||||
- mailers
|
||||
|
||||
Reference in New Issue
Block a user