v1.4.1 - Small fixes
This commit is contained in:
parent
159c3f3764
commit
1d92c12ecf
skolehjem/resources/views/admin/guides
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue