aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/notification.tmpl2
-rw-r--r--templates/search.tmpl2
-rw-r--r--templates/timeline.tmpl4
-rw-r--r--templates/user.tmpl2
-rw-r--r--templates/usersearch.tmpl2
5 files changed, 6 insertions, 6 deletions
diff --git a/templates/notification.tmpl b/templates/notification.tmpl
index 55424da..b138a40 100644
--- a/templates/notification.tmpl
+++ b/templates/notification.tmpl
@@ -77,7 +77,7 @@
<div class="pagination">
{{if .NextLink}}
- <a href="{{.NextLink}}" target="_self">next</a>
+ <a href="{{.NextLink}}" target="_self">[next]</a>
{{end}}
</div>
diff --git a/templates/search.tmpl b/templates/search.tmpl
index a9aa0af..7273598 100644
--- a/templates/search.tmpl
+++ b/templates/search.tmpl
@@ -31,7 +31,7 @@
<div class="pagination">
{{if .NextLink}}
- <a href="{{.NextLink}}">next</a>
+ <a href="{{.NextLink}}">[next]</a>
{{end}}
</div>
diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl
index 82b624d..eabb3ed 100644
--- a/templates/timeline.tmpl
+++ b/templates/timeline.tmpl
@@ -8,10 +8,10 @@
<div class="pagination">
{{if .PrevLink}}
- <a href="{{.PrevLink}}">prev</a>
+ <a href="{{.PrevLink}}">[prev]</a>
{{end}}
{{if .NextLink}}
- <a href="{{.NextLink}}">next</a>
+ <a href="{{.NextLink}}">[next]</a>
{{end}}
</div>
diff --git a/templates/user.tmpl b/templates/user.tmpl
index 4801021..cb21b8a 100644
--- a/templates/user.tmpl
+++ b/templates/user.tmpl
@@ -130,7 +130,7 @@
<div class="pagination">
{{if .NextLink}}
- <a href="{{.NextLink}}">next</a>
+ <a href="{{.NextLink}}">[next]</a>
{{end}}
</div>
diff --git a/templates/usersearch.tmpl b/templates/usersearch.tmpl
index a44b679..e4989bb 100644
--- a/templates/usersearch.tmpl
+++ b/templates/usersearch.tmpl
@@ -18,7 +18,7 @@
<div class="pagination">
{{if .NextLink}}
- <a href="{{.NextLink}}">next</a>
+ <a href="{{.NextLink}}">[next]</a>
{{end}}
</div>