summaryrefslogtreecommitdiff
path: root/resources/views/topicindex.blade.php
diff options
context:
space:
mode:
authordev2026-06-27 15:11:50 +0200
committerdev2026-06-27 15:11:50 +0200
commit3e1375987e5e8d26e8452aa768627edab8f99696 (patch)
tree5b672a5099c7900abab4f49a566bee84d3315147 /resources/views/topicindex.blade.php
parent13d5ecf7c4a450d912e3e763adad4251d93b6724 (diff)
downloadcurious-3e1375987e5e8d26e8452aa768627edab8f99696.tar.gz
fix: move topic button inside @if block and remove stray @endif
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>