mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
removed CSV listing if not CSV present
when reading sources, CSV file were being listed as 'none' when going through the loop and no file was present. commented that part out so 'none' is not being repeated
This commit is contained in:
@ -40,7 +40,9 @@
|
|||||||
@if($source->format == 'csv')
|
@if($source->format == 'csv')
|
||||||
<li><a href="{{$source->url}}">{{$source->url}}</a></li>
|
<li><a href="{{$source->url}}">{{$source->url}}</a></li>
|
||||||
@else
|
@else
|
||||||
|
<!--
|
||||||
<li>None</li>
|
<li>None</li>
|
||||||
|
-->
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user