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 / logLine.html
164 B 4 lines
1{{ define "repo/pipelines/fragments/logLine" }} 2<div id="step-body-{{ .Id }}" hx-swap-oob="beforeend"><p class="whitespace-pre">{{ .Content }}</p></div> 3{{ end }} 4