diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2018-07-12 21:16:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-12 21:16:22 +0200 |
| commit | d4c4f2c7cc947eea71d99ef6030ecb4401508835 (patch) | |
| tree | b1ab84eef12fe7f0e22807fb5d2010eee563dca7 /print/templates/index.html | |
| parent | b23f7358748f928e8b66d0e698677b489bee8405 (diff) | |
operator detailedview dynamic thumbnail size (#221)
Diffstat (limited to 'print/templates/index.html')
| -rw-r--r-- | print/templates/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/templates/index.html b/print/templates/index.html index 0c9cedfd..c7fa5d74 100644 --- a/print/templates/index.html +++ b/print/templates/index.html @@ -5,6 +5,7 @@ <script src="resources/jquery-3.3.1.min.js"></script> <script src="resources/inkstitch.js"></script> <link rel="stylesheet" href="resources/style.css" /> + <link rel="shortcut icon" type="image/png" href="/favicon.png"/> </head> <body> {% include 'ui.html' %} @@ -23,10 +24,7 @@ <div class="page operator-overview" style="display: {{ 'block' if view.operator_overview else 'none' }}">{% include 'operator_overview.html' %}</div> {# operator detailed view #} - {% for color_block_part in color_blocks | batch(12) %} - {% set outer_loop = loop %} - <div class="page operator-detailedview" style="display: {{ 'block' if view.operator_detailedview else 'none' }}">{% include 'operator_detailedview.html' %}</div> - {% endfor %} + {% include 'operator_detailedview.html' %} </body> </html> |
