Merge pull request #140 from bluecmd/patch-1

Patch _macros.html for the latest cleanups
This commit is contained in:
Daniele Sluijters
2015-05-10 15:21:34 +02:00

View File

@@ -108,7 +108,7 @@
<td rel="utctimestamp">{{report.start}}</td> <td rel="utctimestamp">{{report.start}}</td>
<td>{{report.run_time}}</td> <td>{{report.run_time}}</td>
<td><a href="{{url_for('report', node=nodename, report_id=report.hash_)}}">{{rep_hash}}</a></td> <td><a href="{{url_for('report', node_name=nodename, report_id=report.hash_)}}">{{rep_hash}}</a></td>
{% if show_conf_col %} {% if show_conf_col %}
<td>{{report.version}}</td> <td>{{report.version}}</td>
{% endif %} {% endif %}