diff options
| author | horus | 2026-07-05 00:49:33 +0200 |
|---|---|---|
| committer | horus | 2026-07-05 00:49:33 +0200 |
| commit | d76dc67a6cfadee8a56368cee4558b5b7fdb10df (patch) | |
| tree | 75020612114f962aadb9ebf277f181f363bf69a6 /resources/views/topicindex.blade.php | |
| parent | b495b5883418a05d3f000bfb845cbdfa740cb141 (diff) | |
| download | curious-d76dc67a6cfadee8a56368cee4558b5b7fdb10df.tar.gz | |
wording
Diffstat (limited to 'resources/views/topicindex.blade.php')
| -rw-r--r-- | resources/views/topicindex.blade.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/views/topicindex.blade.php b/resources/views/topicindex.blade.php index 9c5b9c4..051e10d 100644 --- a/resources/views/topicindex.blade.php +++ b/resources/views/topicindex.blade.php @@ -29,6 +29,12 @@ html { @endforeach </ul> </h3> + <p class="text-left card-text"> + <strong>Hint:</strong> + <em> + Here is a list <a href="{{ route('popular_topics') }}" alt="all topics"> sorted by popularity</a>. + </em> + </p> </div> </div> |
