This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / pages / templates / repo / pipelines / fragments / pipelineSymbolLong.html
423 B 12 lines
1{{ define "repo/pipelines/fragments/pipelineSymbolLong" }} 2 {{ $pipeline := .Pipeline }} 3 {{ $repoinfo := .RepoInfo }} 4 <div class="relative inline-block"> 5 <details class="relative"> 6 <summary class="cursor-pointer list-none"> 7 {{ template "repo/pipelines/fragments/pipelineSymbol" .Pipeline }} 8 </summary> 9 {{ template "repo/pipelines/fragments/tooltip" $ }} 10 </details> 11 </div> 12{{ end }}