mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	Detect whether action view branch was deleted (#32764)
Fix #32761 
This commit is contained in:
		| @@ -429,7 +429,8 @@ export function initRepositoryActionView() { | ||||
|           <a class="muted" :href="run.commit.pusher.link">{{ run.commit.pusher.displayName }}</a> | ||||
|         </template> | ||||
|         <span class="ui label tw-max-w-full" v-if="run.commit.shortSHA"> | ||||
|           <a class="gt-ellipsis" :href="run.commit.branch.link">{{ run.commit.branch.name }}</a> | ||||
|           <span v-if="run.commit.branch.isDeleted" class="gt-ellipsis tw-line-through" :data-tooltip-content="run.commit.branch.name">{{ run.commit.branch.name }}</span> | ||||
|           <a v-else class="gt-ellipsis" :href="run.commit.branch.link" :data-tooltip-content="run.commit.branch.name">{{ run.commit.branch.name }}</a> | ||||
|         </span> | ||||
|       </div> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user