aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-09-22 16:22:58 +0000
committerr <r@freesoftwareextremist.com>2020-09-22 16:35:55 +0000
commit8dbea3731f836d0332096adb921310fc78bf385d (patch)
tree62759319c35fd4fa7dca752712734f8fa76a7729 /templates
parent5478b344796798e6aadd5554007f4ee85c347ebc (diff)
downloadbloat-8dbea3731f836d0332096adb921310fc78bf385d.tar.gz
bloat-8dbea3731f836d0332096adb921310fc78bf385d.zip
Make navigation links more prominent
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>