summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorhorus2020-09-22 23:57:22 +0200
committerhorus2020-09-22 23:57:22 +0200
commit29df7d0dd3dbe7fd71d3039d9a4bec522291d1ae (patch)
tree84ae3c6491c4529e4d3648c62cd87772f8196f86 /resources
parent285351b3103bb156bb3f7cb57221d2f09fdf07e0 (diff)
downloadcurious-29df7d0dd3dbe7fd71d3039d9a4bec522291d1ae.tar.gz
add hint and redirect
Diffstat (limited to 'resources')
-rw-r--r--resources/views/topicpopular.blade.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/views/topicpopular.blade.php b/resources/views/topicpopular.blade.php
index e4d2b18..81c37d4 100644
--- a/resources/views/topicpopular.blade.php
+++ b/resources/views/topicpopular.blade.php
@@ -20,6 +20,12 @@ html {
<p class="card-text">
<strong>Hint:</strong> <em>You are looking at popular topics. If you are interested in the most popular articles instead, <a href="{{ route('popular') }}" alt="popular articles">click here instead</a>.</em>
</p>
+ <p class="card-text">
+ <strong>Hint:</strong>
+ <em>
+ For a list of all topics please <a href="{{ route('topic_index') }}" alt="all topics">click here</a>.
+ </em>
+ </p>
</div>
</div>
<div style="margin-bottom: 20px"></div>