File tree 2 files changed +13
-4
lines changed
templates/repo/settings/webhook 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 41
41
<div class="item">
42
42
{{.Description | Str2html}}
43
43
</div>
44
- <div class="ui divider"></div>
45
44
{{range .Webhooks}}
46
- <div class="item p-2 ">
45
+ <div class="item">
47
46
{{if eq .LastStatus 1}}
48
- <span class="text green">{{svg "octicon-check"}}</span>
47
+ <span class="text green mr-3 ">{{svg "octicon-check"}}</span>
49
48
{{else if eq .LastStatus 2}}
50
- <span class="text red">{{svg "octicon-alert"}}</span>
49
+ <span class="text red mr-3 ">{{svg "octicon-alert"}}</span>
51
50
{{else}}
52
51
<span class="text grey mr-3">{{svg "octicon-dot-fill"}}</span>
53
52
{{end}}
Original file line number Diff line number Diff line change 1
1
.admin {
2
+ & .hooks .list {
3
+ > .item {
4
+ & :not (:first-child ) {
5
+ border-top : 1px solid var (--color-secondary );
6
+ padding : 1rem ;
7
+ margin : 15px -1rem -1rem ;
8
+ }
9
+ }
10
+ }
11
+
2
12
.table.segment {
3
13
padding : 0 ;
4
14
font-size : 13px ;
You can’t perform that action at this time.
0 commit comments