summaryrefslogtreecommitdiff
path: root/resources/views/topicindex.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/topicindex.blade.php')
-rw-r--r--resources/views/topicindex.blade.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/views/topicindex.blade.php b/resources/views/topicindex.blade.php
index 0920b85..c198459 100644
--- a/resources/views/topicindex.blade.php
+++ b/resources/views/topicindex.blade.php
@@ -39,9 +39,8 @@ html {
<hr>
@endif
@php ($curLetter = $firstLetter)
+ <a href="{{ route('topic', $topic->name) }}" class="btn btn-lg btn-primary mx-1 my-1">{{ ucwords($topic->name) }}</a>
@endif
- <a href="{{ route('topic', $topic->name) }}" class="btn btn-lg btn-primary mx-1 my-1">{{ ucwords($topic->name) }}</a>
- @endif
@endforeach
</div>
</div>