Fix dashboard and search layout

This commit is contained in:
Naoki Takezoe
2016-03-28 00:34:48 +09:00
parent 969da2c63b
commit faf3e6c26b
11 changed files with 158 additions and 157 deletions

View File

@@ -21,26 +21,6 @@
<div class="container">
@helper.html.information(info)
@helper.html.error(error)
@*
<div class="pull-right">
<a href="@url(repository)/commits/@encodeRefName(id.getOrElse(repository.repository.defaultBranch))" class="header-link">
<i class="octicon octicon-history"></i>
@if(repository.commitCount > 10000){
<strong>10000+</strong> commits
} else {
<strong>@repository.commitCount</strong> commits
}
</a>
<a href="@url(repository)/branches" class="header-link" class="header-link">
<i class="octicon octicon-git-branch"></i>
<strong>@repository.branchList.length</strong> branches
</a>
<a href="@url(repository)/tags" class="header-link" class="header-link">
<i class="octicon octicon-tag"></i>
<strong>@repository.tags.length</strong> releases
</a>
</div>
*@
<div class="head">
@helper.html.repositoryicon(repository, true)
<a href="@url(repository.owner)">@repository.owner</a> / <a href="@url(repository)" class="strong">@repository.name</a>