2015-05-21 02:23:55 +00:00
|
|
|
<header>
|
|
|
|
<a class="logo float-left" href="/"></a>
|
|
|
|
<a class="menu-item settings float-right" href="/profile"></a>
|
|
|
|
<a class="menu-item users float-right" href="/users" ng-if="user.admin"></a>
|
|
|
|
<a class="menu-item help float-right" href="http://readme.drone.io" target="_blank"></a>
|
|
|
|
<a class="menu-item user-name float-right" href="/profile">{{ "+"+user.login }}</a>
|
|
|
|
</header>
|
|
|
|
|
2015-05-21 07:08:33 +00:00
|
|
|
<div class="toolbar">
|
|
|
|
<div class="breadcrumb" style="position:relative;top:0px;">
|
|
|
|
<a href="#">Dashboard</a>
|
2015-05-21 02:23:55 +00:00
|
|
|
</div>
|
2015-05-21 07:08:33 +00:00
|
|
|
</div>
|
2015-04-08 22:43:59 +00:00
|
|
|
|
2015-05-21 07:08:33 +00:00
|
|
|
<article>
|
2015-04-08 22:43:59 +00:00
|
|
|
|
2015-05-21 07:08:33 +00:00
|
|
|
|
2015-05-21 07:59:16 +00:00
|
|
|
<section>
|
|
|
|
<div class="search clearfix">
|
|
|
|
<a href="/new">Add Repo</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a class="row build-row" ng-repeat="repo in repos | orderBy:'full_name'" ng-href="/{{ repo.full_name }}">
|
|
|
|
<div>
|
|
|
|
<div class="build-num success"> </div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<h3>{{ repo.owner }} / {{ repo.name }}</h3>
|
|
|
|
<p>{{ repo.clone_url }}</p>
|
|
|
|
</div>
|
|
|
|
</a>
|
2015-05-21 07:08:33 +00:00
|
|
|
|
|
|
|
</section>
|
|
|
|
</article>
|