diff --git a/web/templates/partials/card.html b/web/templates/partials/card.html
index dba7f7a..e3da5af 100644
--- a/web/templates/partials/card.html
+++ b/web/templates/partials/card.html
@@ -26,7 +26,7 @@
{{if .ActionError}}{{.ActionError}}{{else}}{{if .Note}}{{.Note}}{{else if .Error}}{{.Error}}{{end}}{{end}}
{{if .Reviewable}}
Ревью →{{end}}
- {{if .Undoable}}
{{end}}
+ {{if .Undoable}}
{{end}}
{{if .Relinkable}}
{{end}}
{{if .Retriable}}
{{end}}
{{if not .Terminal}}
{{end}}
diff --git a/web/templates/partials/download_main.html b/web/templates/partials/download_main.html
index ad9af1d..01ec57c 100644
--- a/web/templates/partials/download_main.html
+++ b/web/templates/partials/download_main.html
@@ -19,11 +19,11 @@
{{if .Reviewable}}
Ревью →{{end}}
- {{if .Nameable}}
{{end}}
+ {{if .Nameable}}
{{end}}
{{if .Undoable}}
{{end}}
{{if .Relinkable}}
{{end}}
{{if .Retriable}}
{{end}}
- {{if not .Terminal}}
{{end}}
+ {{if not .Terminal}}
{{end}}