8 lines
395 B
Plaintext
8 lines
395 B
Plaintext
<%= turbo_frame_tag @collection, :entropy_configuration do %>
|
|
<div class="margin-block-end">
|
|
<h2 class="divider txt-large">Auto close</h2>
|
|
<p class="margin-none-block-start">Cards automatically close as “Not now” if there is no activity for…</p>
|
|
<%= render "entropy/auto_close", model: collection, url: collection_entropy_configuration_path(collection) %>
|
|
</div>
|
|
<% end %>
|