Skip to content

Commit 8c11594

Browse files
committed
fixed typo
1 parent 29dbede commit 8c11594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/operator/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<td>{{.Department}}</td>
1717
<td><i class="ri-mail-line"></i> <a href="mailto:{{ .Email }}">{{ .Email }}</a></td>
1818
<td>
19-
<a href="/machines/filter/operator/{{ .Id }}">
19+
<a href="/machine/filter/operator/{{ .Id }}">
2020
{{ if eq .MachineCount 0 }}
2121
<span role="button" class="secondary">
2222
{{ .MachineCount }}

0 commit comments

Comments
 (0)