v1.4.1 - Small fixes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@endsection
|
||||
|
||||
@section("path")
|
||||
<a href="{{ route('guides.index') }}" class="text-white">Opret Vejledning</a> /
|
||||
<a href="{{ route('guides.index') }}" class="text-white">Vis Vejledning</a> /
|
||||
@endsection
|
||||
|
||||
@section("content")
|
||||
@@ -47,6 +47,11 @@
|
||||
@endif
|
||||
</tr>
|
||||
@endforeach
|
||||
@if(count($guides) == 0)
|
||||
<tr>
|
||||
<td colspan="4">Ingen vejledninger</td>
|
||||
</tr>
|
||||
@endif
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user