Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
bookshare
Commits
bdc79ff1
Commit
bdc79ff1
authored
Apr 21, 2015
by
Daniel W Bond
Browse files
two other pages where the listing panel preview are shown
parent
7e2f473f
Changes
2
Show whitespace changes
Inline
Side-by-side
bookshare/lookouts/templates/detail_lookout.html
View file @
bdc79ff1
...
...
@@ -24,6 +24,10 @@ SRCT Bookshare • Lookouts
<div
class=
"col-md-6"
>
{% include 'listing_preview_panel.html' %}
</div>
{% if forloop.counter|divisibleby:2 %}
</div>
<div
class=
"row"
>
{% endif %}
{% endif %}
{% endfor %}
</div>
...
...
bookshare/templates/index.html
View file @
bdc79ff1
...
...
@@ -32,6 +32,10 @@ SRCT Bookshare • Homepage
<div
class=
"col-md-6"
>
{% include 'listing_preview_panel.html' %}
</div>
{% if forloop.counter|divisibleby:2 %}
</div>
<div
class=
"row"
>
{% endif %}
{% endif %}
{% endfor %}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment