From b325933a8bc68fa99bc79982938f6936e9a6de8e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 24 Jan 2020 20:58:27 +0100 Subject: Add .editorconfig --- plugins/base/public/mailbox.html | 58 ++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'plugins/base/public/mailbox.html') diff --git a/plugins/base/public/mailbox.html b/plugins/base/public/mailbox.html index d480440..d19c73d 100644 --- a/plugins/base/public/mailbox.html +++ b/plugins/base/public/mailbox.html @@ -3,48 +3,48 @@

koushin

- Logout · Compose + Logout · Compose

{{.Mailbox.Name}}

- - + +

Mailboxes:

{{if .Messages}} -

Messages:

- - -

- {{if ge .PrevPage 0}} - Prev - {{end}} - {{if and (ge .PrevPage 0) (ge .NextPage 0)}}·{{end}} - {{if ge .NextPage 0}} - Next - {{end}} -

+

Messages:

+ + +

+ {{if ge .PrevPage 0}} + Prev + {{end}} + {{if and (ge .PrevPage 0) (ge .NextPage 0)}}·{{end}} + {{if ge .NextPage 0}} + Next + {{end}} +

{{else}} -

No message.

+

No message.

{{end}} {{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b