49a04b226c
This commit allows users to use the trix editor to send messages with basic formatting and attachements. * add active storage * add actiontext * add richtext field to messages * add imageprocessing for message attachements * add html email layout and adjust translations to use html urls
12 lines
No EOL
241 B
Text
12 lines
No EOL
241 B
Text
= yield
|
|
\
|
|
%hr
|
|
%ul
|
|
%li
|
|
%a{href: root_url} Foodsoft
|
|
- if FoodsoftConfig[:homepage]
|
|
%li
|
|
%a{href: FoodsoftConfig[:homepage]} Foodcoop
|
|
- if FoodsoftConfig[:help_url]
|
|
%li
|
|
%a{href: FoodsoftConfig[:help_url]}= t '.help' |