Cleanup role

This commit is contained in:
phil 2023-12-22 08:46:29 +01:00
parent 8f72c4bd68
commit 62c1026254
15 changed files with 1 additions and 237 deletions

View file

@ -1 +0,0 @@
-Dlog4j2.formatMsgNoLookups=true

View file

@ -1,10 +0,0 @@
--- app/models/channel/email_build.rb.orig 2021-07-27 18:03:57.295467567 +0200
+++ app/models/channel/email_build.rb 2021-07-27 18:04:20.705471697 +0200
@@ -62,6 +62,7 @@
# generate plain part
attr[:body] = attr[:body].html2text
+ html_alternative = false
end
# add plain text part

View file

@ -1,8 +0,0 @@
form.article-add.is-internal .article-content > .internal-border::after {
content: 'Du schreibst eine interne Notiz. Es wird keine ausgehende Mail an Gesprächsteilnehmer:innen versendet!';
padding-top: 6px;
display: block;
font-weight: bold;
font-size: 1.2em;
text-align: center;
}