diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-10-30 13:10:26 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-10-30 13:10:26 -0400 |
commit | 2bef9425fb249b015f6046b71f1d26cceda279d1 (patch) | |
tree | 69e7ae0f9ec2ef9468db604043e3ff1cbce395f7 /themes/alps/mailbox.html | |
parent | 6a6ea3e63b89274bc70493835f6ba68918cad580 (diff) | |
download | alps-2bef9425fb249b015f6046b71f1d26cceda279d1.tar.gz alps-2bef9425fb249b015f6046b71f1d26cceda279d1.zip |
Simplify & fix bugs with select all functionality
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r-- | themes/alps/mailbox.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index db029eb..60cc978 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -2,25 +2,6 @@ {{template "nav.html" .}} {{template "util.html" .}} -{{ define "mbox-link" }} -{{ if not (.HasAttr "\\Noselect") }} -<a href="{{.URL}}" {{ if .Active }}class="active"{{ end }}> - {{- if eq .Name "INBOX" -}} - Inbox - {{- else -}} - {{ .Name }} - {{- end -}} - {{- if .HasAttr "\\HasChildren" }}/{{ end }} - - {{ if and (ne .Unseen -1) (ne .Unseen 0) }}({{ .Unseen }}){{ end }} -</a> -{{ else }} -<span class="noselect"> - {{.Name}}{{- if .HasAttr "\\HasChildren" }}/{{ end }} -</span> -{{ end }} -{{ end }} - <div class="page-wrap"> {{ template "aside" . }} <div class="container"> |