|
|
@ -471,7 +471,7 @@ export default sfc; // activate the IDE's Vue plugin |
|
|
|
<li class="tw-flex tw-items-center tw-py-2" v-for="org in organizations" :key="org.name"> |
|
|
|
<li class="tw-flex tw-items-center tw-py-2" v-for="org in organizations" :key="org.name"> |
|
|
|
<a class="repo-list-link muted" :href="subUrl + '/' + encodeURIComponent(org.name)"> |
|
|
|
<a class="repo-list-link muted" :href="subUrl + '/' + encodeURIComponent(org.name)"> |
|
|
|
<svg-icon name="octicon-organization" :size="16" class-name="repo-list-icon"/> |
|
|
|
<svg-icon name="octicon-organization" :size="16" class-name="repo-list-icon"/> |
|
|
|
<div class="text truncate">{{ org.name }}</div> |
|
|
|
<div class="text truncate">{{ org.full_name ? `${org.full_name} (${org.name})` : org.name }}</div> |
|
|
|
<div><!-- div to prevent underline of label on hover --> |
|
|
|
<div><!-- div to prevent underline of label on hover --> |
|
|
|
<span class="ui tiny basic label" v-if="org.org_visibility !== 'public'"> |
|
|
|
<span class="ui tiny basic label" v-if="org.org_visibility !== 'public'"> |
|
|
|
{{ org.org_visibility === 'limited' ? textOrgVisibilityLimited: textOrgVisibilityPrivate }} |
|
|
|
{{ org.org_visibility === 'limited' ? textOrgVisibilityLimited: textOrgVisibilityPrivate }} |
|
|
|