瀏覽代碼

Add separator between Prev and Next links

master
Simon Ser 4 年之前
父節點
當前提交
a2349050d0
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: FDE7BE0E88F5E48
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      public/mailbox.html

+ 1
- 0
public/mailbox.html 查看文件

@@ -33,6 +33,7 @@
{{if ge .PrevPage 0}}
<a href="?page={{.PrevPage}}">Prev</a>
{{end}}
{{if and (ge .PrevPage 0) (ge .NextPage 0)}}·{{end}}
{{if ge .NextPage 0}}
<a href="?page={{.NextPage}}">Next</a>
{{end}}


Loading…
取消
儲存