Skip to content
Snippets Groups Projects
Commit f89a32ce authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Make plots clickable. Closes #15

parent e2bbed4f
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,12 @@
<div class="row">
{% for plot in row %}
<div class="col-md-{{ (12/(row|length))|int }} plot-container">
<img id="{{ plot }}"
class="plot img-responsive"
src="plots/{{ plot }}.png"
alt="{{ plot }}"/>
<a href="plots/{{ plot }}.png">
<img id="{{ plot }}"
class="plot img-responsive"
src="plots/{{ plot }}.png"
alt="{{ plot }}"/>
</a>
</div>
{% endfor %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment