Add document list item view.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -13,12 +13,16 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12 col-md-4">
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-3">
|
||||
{{ navigation }}
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-sm-12 col-md-8">
|
||||
{% include 'appearance/generic_list_subtemplate.html' %}
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-9">
|
||||
{% if list_as_items %}
|
||||
{% include 'appearance/generic_list_items_subtemplate.html' %}
|
||||
{% else %}
|
||||
{% include 'appearance/generic_list_subtemplate.html' %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user