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:
parent
7cdd284968
commit
c2be80c005
1 changed files with 54 additions and 52 deletions
|
@ -40,7 +40,9 @@
|
|||
@if($source->format == 'csv')
|
||||
<li><a href="{{$source->url}}">{{$source->url}}</a></li>
|
||||
@else
|
||||
<!--
|
||||
<li>None</li>
|
||||
-->
|
||||
@endif
|
||||
@endforeach
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue