harness-drone/template/amber/repos.amber

23 lines
561 B
Text
Raw Normal View History

2015-09-30 01:21:17 +00:00
extends base
block append head
title Dashboard
block header
ol
li Dashboard
2015-09-30 01:21:17 +00:00
block content
div.container
if len(Repos) == 0
div.alert.alert-info
| Your repository list is empty.
2015-09-30 01:21:17 +00:00
div.row.repo-row
each $repo in Repos
div.col-sm-4
a.card[href="/"+$repo.FullName]
div.card-header
img.avatar[src=$repo.Avatar]
div.card-block
h3.login #{$repo.Name}