mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Mute repo names in dashboard repo list (#24811)
# Before  # After  Signed-off-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		| @@ -71,7 +71,7 @@ | |||||||
|       <div v-if="repos.length" class="ui attached table segment gt-rounded-bottom"> |       <div v-if="repos.length" class="ui attached table segment gt-rounded-bottom"> | ||||||
|         <ul class="repo-owner-name-list"> |         <ul class="repo-owner-name-list"> | ||||||
|           <li v-for="repo in repos" :key="repo.id"> |           <li v-for="repo in repos" :key="repo.id"> | ||||||
|             <a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link"> |             <a class="repo-list-link muted gt-df gt-ac gt-sb" :href="repo.link"> | ||||||
|               <div class="item-name gt-df gt-ac gt-f1"> |               <div class="item-name gt-df gt-ac gt-f1"> | ||||||
|                 <svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/> |                 <svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/> | ||||||
|                 <div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div> |                 <div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user