mirror of
https://github.com/sismics/docs.git
synced 2024-11-25 23:27:57 +01:00
#68: Contributors in share UI
This commit is contained in:
parent
919948489d
commit
a102bf04f4
@ -51,6 +51,16 @@
|
|||||||
<dd ng-if="document.coverage">{{ document.coverage }}</dd>
|
<dd ng-if="document.coverage">{{ document.coverage }}</dd>
|
||||||
<dt ng-if="document.rights">rights</dt>
|
<dt ng-if="document.rights">rights</dt>
|
||||||
<dd ng-if="document.rights">{{ document.rights }}</dd>
|
<dd ng-if="document.rights">{{ document.rights }}</dd>
|
||||||
|
<dt>Contributors</dt>
|
||||||
|
<dd>
|
||||||
|
<span ng-repeat="contributor in document.contributors">
|
||||||
|
<span class="btn btn-default btn-xs">
|
||||||
|
<a href="mailto:{{ contributor.email }}">
|
||||||
|
{{ contributor.username }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<div class="row" ui-sortable="fileSortableOptions" ng-model="files" ng-show="files.length > 0">
|
<div class="row" ui-sortable="fileSortableOptions" ng-model="files" ng-show="files.length > 0">
|
||||||
|
Loading…
Reference in New Issue
Block a user