warning for missing config file. auto-config works good enough
[phorkie.git] / data / templates / display-sidebar-owner.htm
1 {% set owner = repo.getOwner %}
2 <div class="well well-small vcard">
3  <img src="{{htmlhelper.getIconUrl(owner.email, 48)}}" alt="{{owner.name}}"
4       width="48" height="48" class="photo avatar-small pull-left"
5       style="margin-right: 1em;" />
6  <span class="fn">{{owner.name}}</span>
7  <br/><span class="muted">owner</span>
8  <span class="clearfix"/>
9 </div>