akkounts/app/views/settings/_notifications.html.erb
Râu Cao 334b47353e
All checks were successful
continuous-integration/drone/push Build is passing
WIP Add notifications preferences page
2023-04-03 13:55:58 +02:00

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>