|
|
|
@@ -12,17 +12,17 @@ |
|
|
|
<span class="title-1"> / </span> |
|
|
|
<span class="title-2" v-html="data.NameShow"></span> |
|
|
|
</a> |
|
|
|
<i v-if="data.IsArchived" class="archive icon archived-icon"></i> |
|
|
|
<svg v-if="(data.IsPrivate || data.IsOwnerPrivate)" class="svg octicon-lock" width="15" height="15" |
|
|
|
aria-hidden="true"> |
|
|
|
<use xlink:href="#octicon-lock"></use> |
|
|
|
</svg> |
|
|
|
<i v-if="data.IsArchived" class="archive icon archived-icon"></i> |
|
|
|
<svg v-if="data.IsFork" class="svg octicon-repo-forked" width="15" height="15" aria-hidden="true"> |
|
|
|
<use xlink:href="#octicon-repo-forked"></use> |
|
|
|
</svg> |
|
|
|
<svg v-if="data.IsMirror" class="svg octicon-repo-clone" width="15" height="15" aria-hidden="true"> |
|
|
|
<use xlink:href="#octicon-repo-clone"></use> |
|
|
|
</svg> |
|
|
|
<svg v-if="(data.IsPrivate || data.IsOwnerPrivate)" style="color:#a1882b!important" class="svg octicon-lock" width="15" height="15" |
|
|
|
aria-hidden="true"> |
|
|
|
<use xlink:href="#octicon-lock"></use> |
|
|
|
</svg> |
|
|
|
</div> |
|
|
|
<span class="title-r"> |
|
|
|
<span class="t-item" :title="$t('repos.watch')"> |
|
|
|
|