File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
templates/repo/settings/webhook Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 88 </div>
99</h4>
1010<div class="ui attached segment">
11- <div class="ui list">
12- <div class="item">
13- {{.Description}}
14- </div>
11+ <div class="ui list flex-items-block">
12+ <div class="item"><span>{{.Description}}</span></div>
1513 {{range .Webhooks}}
16- <div class="item truncated-item-container ">
17- <span class="text {{if eq .LastStatus 1}}green{{else if eq .LastStatus 2}}red{{else}}grey{{end}} tw-mr-2 ">{{svg "octicon-dot-fill" 22}}</span>
18- <div class="text truncate tw-flex-1 tw-mr-2 ">
14+ <div class="item">
15+ <span class="text {{if eq .LastStatus 1}}green{{else if eq .LastStatus 2}}red{{else}}grey{{end}}">{{svg "octicon-dot-fill" 22}}</span>
16+ <div class="gt-ellipsis tw-flex-1">
1917 <a title="{{.URL}}" href="{{$.BaseLink}}/{{.ID}}">{{.URL}}</a>
2018 </div>
2119 <a class="muted tw-p-2" href="{{$.BaseLink}}/{{.ID}}">{{svg "octicon-pencil"}}</a>
You can’t perform that action at this time.
0 commit comments