Update Rami's flowcell report to work with our new seperate lane table.
[htsworkflow.git] / htsworkflow / frontend / templates / experiments / index.html
index 1105bec8acdb0d94cb89edef3a511526aceeaae0..0d817d20f70c245def4b0123f35a72d5eb679529 100644 (file)
@@ -1,7 +1,7 @@
 {% if data_run_list %}
     <ul>
     {% for run in data_run_list %}
-        <li>{{ run.run_folder }}</li>
+        <li><a href="{{ run.fcid }}">{{ run.run_folder }}</a></li>
     {% endfor %}
     </ul>
 {% else %}