diff --git a/VERSION b/VERSION
index b2be32b..8c6b1d1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.38
+1.3.39
diff --git a/resources/views/livewire/admin/edit-mail-template.blade.php b/resources/views/livewire/admin/edit-mail-template.blade.php
index c7cf6b5..2300876 100644
--- a/resources/views/livewire/admin/edit-mail-template.blade.php
+++ b/resources/views/livewire/admin/edit-mail-template.blade.php
@@ -37,7 +37,11 @@
{{ __('templates.subtitle') }}
+{{-- + Thirteen answers on one screen. + + The first version was one column: name, subject, two clamped lines of body + and two full-width buttons per entry. Thirteen of those is four screens of + scrolling to find the one you want, and the body preview was the least + useful part of it — the whole text is one click away in the modal anyway. + + So: two columns of one-line entries, actions as icons that do not compete + with the name, the create form folded away behind a button, and the + placeholder list as a compact grid rather than a tall sidebar that pushed the + entries into half the window. +--}} +{{ __('templates.subtitle') }}
+{{ __('templates.empty') }}
- @else -{{ $template->subject }}
-{{ $template->body }}
- -