diff options
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> |
