mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-30 19:08:37 +00:00 
			
		
		
		
	Add a tooltip to the job rerun button (#24617)
This one doesn't look very good as a real button (at least not in the ways I tried), so I've opted to simply add a tooltip for it. # Before  # After  Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
		| @@ -36,7 +36,7 @@ | ||||
|                 <span class="ui text gt-mx-3">{{ job.name }}</span> | ||||
|               </a> | ||||
|               <span class="step-summary-duration">{{ job.duration }}</span> | ||||
|               <button class="job-brief-rerun" @click="rerunJob(index)" v-if="job.canRerun"> | ||||
|               <button :data-tooltip-content="locale.rerun" class="job-brief-rerun" @click="rerunJob(index)" v-if="job.canRerun"> | ||||
|                 <SvgIcon name="octicon-sync" class="ui text black"/> | ||||
|               </button> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user