From fcf5549584b69e62b6c2f0eb919f6799c7904211 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Fri, 10 Mar 2023 13:54:57 +0100 Subject: Proper recursive rendering of mails to html 1. Added raw mode to model 2. Added raw route 3. Moved readmail view parts to RenderMail plugin 4. Renamed displayheaders partial templates --- templates/displayheaders/_top_nav.html.ep | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/displayheaders/_top_nav.html.ep (limited to 'templates/displayheaders/_top_nav.html.ep') diff --git a/templates/displayheaders/_top_nav.html.ep b/templates/displayheaders/_top_nav.html.ep new file mode 100644 index 0000000..fd6bae6 --- /dev/null +++ b/templates/displayheaders/_top_nav.html.ep @@ -0,0 +1,35 @@ +
+ +
+
+ +
+
+ +
+ %= form_for '' => (class => 'pure-form') => begin + %= label_for search => ucfirst(l 'search') + %= search_field search => (size => 8) + % end +
+ +
+ %= include 'displayheaders/_pagination2'; +
+ + + +
-- cgit v1.2.3