This commit is contained in:
Jason Zimdars
2025-08-27 19:03:58 -05:00
parent 2cb98a2e31
commit ff130401b1
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
<div class="settings__panel panel shadow center">
<h2 class="divider txt-large">Do or Die</h2>
<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>
@@ -1,4 +1,4 @@
<%= turbo_frame_tag @collection, :entropy_configuration do %>
<h2 class="divider txt-large">Do or Die</h2>
<h2 class="divider txt-large">Sink or Swim</h2>
<%= render "entropy/auto_close", model: collection, url: collection_entropy_configuration_path(collection) %>
<% end %>