Skip to content

Commit bd3ed8b

Browse files
committed
fix misleadingly named link
fixes #782
1 parent 868d93b commit bd3ed8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/reports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fn reports_thread(data: &Data, github_data: Option<&GithubData>) -> Fallible<()>
124124
)
125125
.line(
126126
"newspaper",
127-
format!("[Open the full report]({report_url})."),
127+
format!("[Open the summary report]({report_url})."),
128128
)
129129
.note(
130130
"warning",

templates/ui/experiment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Experiment <b>{{ experiment.name }}</b></h1>
1010
<div class="toolbar">
1111
{% if experiment.report_url %}
1212
<a rel="noopener" target="_blank" class="button" href="{{ experiment.report_url }}">
13-
Open full report
13+
Open summary report
1414
</a>
1515
{% endif %}
1616
{% if experiment.github_url %}

0 commit comments

Comments
 (0)