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 @@ ...@@ -50,11 +50,7 @@
{{ header }} {{ header }}
</div> </div>
{% endif %} {% endif %}
{% if exposed %}
<div class="view-filters filter_select_container">
{{ exposed }}
</div>
{% endif %}
{% if attachment_before %} {% if attachment_before %}
<div class="attachment attachment-before"> <div class="attachment attachment-before">
{{ attachment_before }} {{ attachment_before }}
...@@ -63,6 +59,11 @@ ...@@ -63,6 +59,11 @@
{% if rows %} {% if rows %}
<div class="view-content"> <div class="view-content">
{% if exposed %}
<div class="view-filters filter_select_container">
{{ exposed }}
</div>
{% endif %}
{{ rows }} {{ rows }}
</div> </div>
{% elseif empty %} {% 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