Files
fizzy/app/views/account/settings/_entropy_configuration.html.erb
T
Andy Smith ab0b3055c9 Cleanup
2025-09-10 13:18:59 -05:00

6 lines
388 B
Plaintext

<div class="settings__panel settings__panel--entropy panel shadow center">
<h2 class="divider txt-large">Sink or Swim</h2>
<p class="margin-none-block-start">Choose default settings for this account. You can override them in individual collections.</p>
<%= render "entropy/auto_close", model: account.default_entropy_configuration, url: account_entropy_configuration_path %>
</div>