Commit a4e65d17 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

view template

See merge request manzarH/dic-global-dev!476
parents 0380a48e ecf8842d
......@@ -50,11 +50,7 @@
{{ header }}
</div>
{% endif %}
{% if exposed %}
<div class="view-filters filter_select_container">
{{ exposed }}
</div>
{% endif %}
{% if attachment_before %}
<div class="attachment attachment-before">
{{ attachment_before }}
......@@ -63,6 +59,11 @@
{% if rows %}
<div class="view-content">
{% if exposed %}
<div class="view-filters filter_select_container">
{{ exposed }}
</div>
{% endif %}
{{ rows }}
</div>
{% elseif empty %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment