17 lines
408 B
Plaintext
17 lines
408 B
Plaintext
<section>
|
|
<h3>Lightning Wallet</h3>
|
|
|
|
<ul role="list">
|
|
<%= render FormElements::FieldsetComponent.new(
|
|
positioning: :horizontal,
|
|
title: "Sats received",
|
|
description: "Notify when sats are sent to my Lightning Address"
|
|
) do %>
|
|
<%= select_tag :sats_received, options_for_select([
|
|
["off", "off"],
|
|
["Chat (Jabber)", "xmpp"]
|
|
]) %>
|
|
<% end %>
|
|
</ul>
|
|
</section>
|