Skip to content

Commit 8fc742c

Browse files
committed
add comment to div
1 parent b2b5e17 commit 8fc742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<a class="repo-list-link muted gt-df gt-ac gt-f1" :href="subUrl + '/' + encodeURIComponent(org.name)">
131131
<svg-icon name="octicon-organization" :size="16" class-name="repo-list-icon"/>
132132
<div class="text truncate">{{ org.name }}</div>
133-
<div>
133+
<div><!-- div to prevent underline of label on hover -->
134134
<span class="ui tiny basic label" v-if="org.org_visibility !== 'public'">
135135
{{ org.org_visibility === 'limited' ? textOrgVisibilityLimited: textOrgVisibilityPrivate }}
136136
</span>

0 commit comments

Comments
 (0)