Copy
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user