diff --git a/app/views/cards/container/_closure.html.erb b/app/views/cards/container/_closure.html.erb index 8c07e2c64..4e250b958 100644 --- a/app/views/cards/container/_closure.html.erb +++ b/app/views/cards/container/_closure.html.erb @@ -20,13 +20,9 @@ <% end %> - <% if card.entropic? %> + <% if card.entropic? && card.open? %>
- <% if card.doing? %> - Falls back to Considering if no activity <%= local_datetime_tag(card.entropy.auto_clean_at, style: :indays) -%>. - <% else %> - Auto-closes if no activity <%= local_datetime_tag(card.entropy.auto_clean_at, style: :indays) -%>. - <% end %> + Moves to "Not now" if no activity <%= local_datetime_tag(card.entropy.auto_clean_at, style: :indays) -%>.
<% end %> <% end %> diff --git a/app/views/entropy/_auto_close.html.erb b/app/views/entropy/_auto_close.html.erb index e5183e9a7..3ff8920fe 100644 --- a/app/views/entropy/_auto_close.html.erb +++ b/app/views/entropy/_auto_close.html.erb @@ -2,8 +2,8 @@
- The Stream -

Cards auto-close after…

+ Auto-close +

Cards automatically move to "Not now" after…

<%= form_with model: model, url: url, data: { controller: "form" } do |form| %> <%= render "entropy/knob", form: form, @@ -12,18 +12,4 @@ label: "Days until auto-close" %> <% end %>
- -
- -
- On Deck/Working On -

Cards return to The Stream after…

- <%= form_with model: model, url: url, data: { controller: "form" } do |form| %> - <%= render "entropy/knob", - form: form, - name: :auto_reconsider_period, - knob_options: entropy_auto_close_options, - label: "Days until auto-close" %> - <% end %> -