Fix for pull request #119 to take some part of design fix.

This commit is contained in:
takezoe
2013-10-05 12:58:26 +09:00
parent cc1e0030df
commit d5a14482a6
8 changed files with 27 additions and 52 deletions

View File

@@ -18,7 +18,7 @@
<tr>
<th class="metal">
<div class="pull-right">
<a href="@path/new" class="btn btn-success btn-small">New repository</a>
<a href="@path/new" class="btn btn-success btn-mini">New repository</a>
</div>
Your repositories (@userRepositories.size)
</th>
@@ -30,7 +30,7 @@
} else {
@userRepositories.map { repository =>
<tr>
<td class="repo-list-item">
<td>
@if(repository.repository.isPrivate){
<i class="icon-lock"></i>
}
@@ -62,7 +62,7 @@
} else {
@recentRepositories.map { repository =>
<tr>
<td class="repo-list-item">
<td>
@if(repository.repository.isPrivate){
<i class="icon-lock"></i>
}