diff options
| author | dev | 2026-06-27 15:11:50 +0200 |
|---|---|---|
| committer | dev | 2026-06-27 15:11:50 +0200 |
| commit | 3e1375987e5e8d26e8452aa768627edab8f99696 (patch) | |
| tree | 5b672a5099c7900abab4f49a566bee84d3315147 /resources/views | |
| parent | 13d5ecf7c4a450d912e3e763adad4251d93b6724 (diff) | |
| download | curious-3e1375987e5e8d26e8452aa768627edab8f99696.tar.gz | |
fix: move topic button inside @if block and remove stray @endif
Diffstat (limited to 'resources/views')
| -rw-r--r-- | resources/views/topicindex.blade.php | 3 |
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> |
