mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Fix flash of unstyled content in action view page (#24712)
# Before  # After  Ref: https://github.com/go-gitea/gitea/issues/24625 Signed-off-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
			
		||||
      <div class="action-commit-summary">
 | 
			
		||||
        {{ run.commit.localeCommit }}
 | 
			
		||||
        <a :href="run.commit.link">{{ run.commit.shortSHA }}</a>
 | 
			
		||||
         <span class="ui label">
 | 
			
		||||
         <span class="ui label" v-if="run.commit.shortSHA">
 | 
			
		||||
          <a :href="run.commit.branch.link">{{ run.commit.branch.name }}</a>
 | 
			
		||||
        </span>
 | 
			
		||||
         {{ run.commit.localePushedBy }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user