fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usunięcie dev.sqlite z plików śledzonych przez gita.
[redakcja.git]
/
project
/
templates
/
explorer
/
folder_images.html
1
{% for image in images %}
2
<div class="image-box" src="{{ image }}" style="width: 460px; height: 460px; margin: 5px; background-color: gray">
3
<p>{{ image }}</p>
4
</div>
5
{% endfor %}