repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Feature for FS#8988
[archweb_dev-nj.git]
/
templates
/
packages
/
files.html
blob
24f5581933d60db0398d855ba81288f57b963734
1
{% extends
"base.html"
%}
2
3
{% block content %}
4
<div
class
=
"box"
>
5
<h3>
Viewing Files: {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}
</h3>
6
{% for file in files %}
7
{{ file.path }}
<br />
8
{% endfor %}
9
</div>
10
{% endblock %}
11