diff --git a/src/repo_template.v b/src/repo_template.v
index a5ec3fba..a8458614 100644
--- a/src/repo_template.v
+++ b/src/repo_template.v
@@ -22,7 +22,7 @@ fn (r &Repo) format_nr_branches() vweb.RawHtml {
}
fn (r &Repo) format_nr_tags() vweb.RawHtml {
- return get_declension_form(r.nr_tags, 'Branch', 'Branches')
+ return get_declension_form(r.nr_tags, 'Tag', 'Tags')
}
fn (r &Repo) format_nr_open_prs() vweb.RawHtml {
@@ -38,7 +38,7 @@ fn (r &Repo) format_nr_contributors() vweb.RawHtml {
}
fn (r &Repo) format_nr_topics() vweb.RawHtml {
- return get_declension_form(r.nr_topics, 'Discussion', 'discussions')
+ return get_declension_form(r.nr_topics, 'Discussion', 'Discussions')
}
fn (r &Repo) format_nr_releases() vweb.RawHtml {
diff --git a/src/templates/index.html b/src/templates/index.html
index a38479b1..6d39c111 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -160,9 +160,9 @@
Main features:
diff --git a/src/templates/issue.html b/src/templates/issue.html
index ce9d97cc..5758906d 100644
--- a/src/templates/issue.html
+++ b/src/templates/issue.html
@@ -16,7 +16,7 @@
@issue.title #@issue.id
-
})
+
by @issue_author.username
@issue.text
diff --git a/src/templates/layout/header.html b/src/templates/layout/header.html
index 8ba05298..612d7f67 100644
--- a/src/templates/layout/header.html
+++ b/src/templates/layout/header.html
@@ -14,7 +14,7 @@
@if app.logged_in
.avatar {
-
})
+
})
}
.header-dropdown {
.username {
diff --git a/src/templates/user.html b/src/templates/user.html
index e7488bc9..d7038179 100644
--- a/src/templates/user.html
+++ b/src/templates/user.html
@@ -10,7 +10,7 @@
-
})
+
@if user.full_name.len > 0
diff --git a/src/templates/user/repos.html b/src/templates/user/repos.html
index b65c9576..653e689f 100644
--- a/src/templates/user/repos.html
+++ b/src/templates/user/repos.html
@@ -8,7 +8,7 @@
-
})
+
@{user.username}'s repositories