File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
index_generator/templates Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
{% endblock %}
8
8
{% block files %}
9
9
< table >
10
+ < col width ="40 ">
10
11
< col width ="600 ">
11
12
< col width ="180 ">
12
13
< col width ="300 ">
13
14
< tr >
15
+ < th align ="left "> </ th >
14
16
< th align ="left "> Filename</ th >
15
17
< th align ="left "> Size</ th >
16
18
< th align ="left "> Last modified</ th >
17
19
</ tr >
18
20
< tr >
21
+ < td > </ td >
19
22
< td > < a href ="../ "> Parent directory/</ a > </ td >
20
23
< td > -</ td >
21
24
< td > -</ td >
22
25
</ tr >
23
26
{% for file in ig.files %}
24
27
< tr >
28
+ < td > < img src ="data:image/svg+xml;base64,{{ file.icon }} " width ="30 " /> </ td >
25
29
{% if file.isDir %}
26
30
< td > < a href ="{{ file.path }} "> {{ file.name }}/</ a > </ td >
27
31
< td > -</ td >
Original file line number Diff line number Diff line change 24
24
</ tr >
25
25
{% for file in ig.files %}
26
26
< tr >
27
- {% if file.isDir %}
28
27
< td > < img src ="data:image/svg+xml;base64,{{ file.icon }} " width ="30 " /> </ td >
28
+ {% if file.isDir %}
29
29
< td > < a href ="{{ file.path }} "> {{ file.name }}/</ a > </ td >
30
30
< td > -</ td >
31
31
{% else %}
32
- < td > < img src ="data:image/svg+xml;base64,{{ file.icon }} " width ="30 " /> </ td >
33
32
< td > < a href ="{{ file.path }} "> {{ file.name }}</ a > </ td >
34
33
< td > {{ file.size }}</ td >
35
34
{% endif %}
You can’t perform that action at this time.
0 commit comments