Skip to content

Commit 5b14e2a

Browse files
committed
ux(): Tweak.
1 parent 9f02471 commit 5b14e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/public/round/eligibility.blade.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
?>
2323

2424
@if (isset($eligibility['name']))
25-
<h1 class="card-title">{{ $eligibility['name'] }} Eligibility</h1>
25+
<h1 class="card-title"><a href="{{ route('public.round.show', $round) }}" title="{{ $eligibility['name'] }}">{{ $eligibility['name'] }}</a> Eligibility</h1>
2626
@endif
2727

2828
@if (isset($eligibility['eligibility']['description']))
@@ -37,6 +37,7 @@
3737
@endforeach
3838
</ul>
3939
@endif
40+
4041
</div>
4142
</div>
4243
</div>

0 commit comments

Comments
 (0)