mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
introduce spacing between qualifier and name in headline
This commit is contained in:
parent
3ace68dc38
commit
a8aef1bde6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ pub fn status_html(analysis_outcome: AnalyzeDependenciesOutcome, repo_path: Repo
|
|||
h1 class="title is-1" {
|
||||
a href=(format!("{}/{}/{}", repo_path.site.to_base_uri(), repo_path.qual.as_ref(), repo_path.name.as_ref())) {
|
||||
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()))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue