Part of #35: show paste owner
[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"
5       style="float: left; padding-right: 1ex;"/>
6  <span class="fn">{{owner.name}}</span>
7  <br/><span class="muted">owner</span>
8  <span class="clearfix"/>
9 </div>