Rende usabili i filtri destinatari e permette di eliminare le bozze email.
Le listbox non applicavano sport e altri criteri; ora i filtri sono checkbox, c'è «mai contattati» e dal cruscotto si cancellano le bozze. La lista organizzazioni allinea le colonne al foglio campagna. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -22,4 +22,11 @@ class ApplicationHelperTest < ActionView::TestCase
|
||||
assert_includes html, "dark:bg-sky-950"
|
||||
assert_includes html, "dark:text-sky-200"
|
||||
end
|
||||
|
||||
test "table clip keeps a title with the full value" do
|
||||
html = table_clip("Società affiliata FIPAV con un testo molto lungo da accorciare", length: 20)
|
||||
|
||||
assert_includes html, "title=\"Società affiliata FIPAV con un testo molto lungo da accorciare\""
|
||||
assert_includes html, "…"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user