This commit is contained in:
parent
5e9d093589
commit
9b7fae2a62
@ -1,6 +1,5 @@
|
|||||||
{% if postos | length > 0 %}
|
{% if postos | length > 0 %}
|
||||||
{% for posto in postos %}
|
{% for posto in postos %}
|
||||||
<div class="col s4 m4">
|
|
||||||
{% if posto.root_post %}
|
{% if posto.root_post %}
|
||||||
<div class="card deep-orange accent-4 darken-1">
|
<div class="card deep-orange accent-4 darken-1">
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -31,6 +30,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
@ -10,7 +10,9 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="row" id="neu-posts">
|
<div class="row" id="neu-posts">
|
||||||
|
<div class="col s4 m4">
|
||||||
{% include 'i-posts.html' %}
|
{% include 'i-posts.html' %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user