home » zplus/freepost.git
Author zPlus <--> 2016-09-26 12:47:37
Committer zPlus <--> 2016-09-26 12:47:37
Commit 771631b (patch)
Tree a8ae79a
Parent(s)

"More" button: remove arrow


commits diff: 90a3ff0..771631b
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- template/index.twig 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   template/index.twig
index ad14a57..9ccd3b5
old size: 2K - new size: 2K
@@ -51,7 +51,7 @@
51 51
52 52 <div class="more">
53 53 <a href="?page={{ page + 1 }}" class="btn btn-sm btn-danger">
54 - More <span style="margin-left: 1em">▸</span>
54 + More
55 55 </a>
56 56 </div>
57 57 </div>