master
parent
76d7379599
commit
ab8a80542c
|
@ -1,11 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/content/index.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/index.blade.php" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -61,7 +57,7 @@
|
|||
<workItem from="1662027309116" duration="11385000" />
|
||||
<workItem from="1662115692620" duration="1346000" />
|
||||
<workItem from="1662283223529" duration="4523000" />
|
||||
<workItem from="1662312260637" duration="7391000" />
|
||||
<workItem from="1662312260637" duration="7783000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<h2 class="mb-4">Solarmodule</h2>
|
||||
|
||||
@foreach($contents as $content)
|
||||
@foreach(filterByContentType($contents, "Solarmodule") as $content)
|
||||
|
||||
<div class="col-12 col-md-4 mb-5">
|
||||
<a href="{{route_content($content)}}" class="text-decoration-none">
|
||||
|
|
Loading…
Reference in New Issue