File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1313						<a class="item{{if eq .Entry.Name $.CurWorkflow}} active{{end}}" href="?workflow={{.Entry.Name}}&actor={{$.CurActor}}&status={{$.CurStatus}}">{{.Entry.Name}}
1414							{{if .ErrMsg}}
1515								<span data-tooltip-content="{{.ErrMsg}}">
16- 									{{svg "octicon-alert" 16 "text red"}}
16+ 									<span class="tw-align-middle">
17+ 										{{svg "octicon-alert" 16 "text red"}}
18+ 									</span>
1719								</span>
1820							{{end}}
1921
Original file line number Diff line number Diff line change 2727					{{$errMsg := index $.RunErrors $run.ID}}
2828					{{if $errMsg}}
2929						<span data-tooltip-content="{{$errMsg}}">
30- 							{{svg "octicon-alert" 16 "text red"}}
30+ 							<div class="flex-text-block">
31+ 								{{svg "octicon-alert" 16 "text red"}}
32+ 							</div>
3133						</span>
3234					{{end}}
3335				</div>
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments