introduce spacing between qualifier and name in headline

This commit is contained in:
Sam Rijs 2018-01-28 20:12:33 +11:00
parent 3ace68dc38
commit a8aef1bde6

View file

@ -89,7 +89,7 @@ pub fn status_html(analysis_outcome: AnalyzeDependenciesOutcome, repo_path: Repo
h1 class="title is-1" { h1 class="title is-1" {
a href=(format!("{}/{}/{}", repo_path.site.to_base_uri(), repo_path.qual.as_ref(), repo_path.name.as_ref())) { a href=(format!("{}/{}/{}", repo_path.site.to_base_uri(), repo_path.qual.as_ref(), repo_path.name.as_ref())) {
i class="fa fa-github" "" i class="fa fa-github" ""
(format!(" {}/{}", repo_path.qual.as_ref(), repo_path.name.as_ref())) (format!(" {} / {}", repo_path.qual.as_ref(), repo_path.name.as_ref()))
} }
} }