Patch _macros.html for the latest cleanups

97bbe9 renamed the keyword arguments for report(node_name, report_id) but _macros.html wasn't updated
This commit is contained in:
Christian Svensson
2015-05-10 14:16:18 +01:00
parent 1b48e36ea5
commit 91f09b8f56

View File

@@ -108,7 +108,7 @@
<td rel="utctimestamp">{{report.start}}</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 %}
<td>{{report.version}}</td>
{% endif %}