diff options
| author | horus | 2026-06-27 05:40:45 +0200 |
|---|---|---|
| committer | horus | 2026-06-27 05:40:45 +0200 |
| commit | 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf (patch) | |
| tree | dafafa6f83c80c8bb2ee3c0b58961197a3f2a73c /ssh/resources/views/topicpopular.blade.php | |
| parent | b608ced142cd0527906b554e04376292f718f084 (diff) | |
| download | curious-7ff83424592cd5a3c58fe2e6d7e67aeef5144caf.tar.gz | |
merge
Diffstat (limited to 'ssh/resources/views/topicpopular.blade.php')
| -rw-r--r-- | ssh/resources/views/topicpopular.blade.php | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/ssh/resources/views/topicpopular.blade.php b/ssh/resources/views/topicpopular.blade.php deleted file mode 100644 index 2259398..0000000 --- a/ssh/resources/views/topicpopular.blade.php +++ /dev/null @@ -1,48 +0,0 @@ -@extends ('layouts.app') - -@section ('styles') -@include ('layouts.footer-style') -html { - height: inherit; -} -@endsection - -@section ('content') - -<div class="container"> - - <div style="margin-top: 20px"></div> - <div class="card"> - <h1 class="card-header"> - Popular Topics - </h1> - <div class="card-body"> - <p class="card-text"> - <strong>Hint:</strong> <em>You are looking at popular topics. If you are interested in the most </em><strong>popular articles</strong><em> instead, <a href="{{ route('popular') }}" alt="popular articles">click here instead</a>.</em> - </p> - <p class="card-text"> - <strong>Hint:</strong> - <em> - For a list of all topics please <a href="{{ route('topic_index') }}" alt="all topics">click here</a>. - </em> - </p> - </div> - </div> - <div style="margin-bottom: 20px"></div> - - <div class="text-center card"> - <div class="card-body"> - @foreach ($topics as $topic) - @if ( "" != $topic->name ) - <a href="{{ route('topic', $topic->name) }}" class="btn btn-lg btn-primary mx-1 my-1">{{ ucwords($topic->name) }} ({{ $topic->count }} Articles)</a> - @endif - @endforeach - </div> - </div> - -</div> -@endsection - -@section ('footer') - @include ('layouts.footer') -@endsection |
