File tree 4 files changed +13
-2
lines changed
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -818,6 +818,7 @@ i.icon.centerlock{top:1.5em}
818
818
.issue .list > .item .desc .checklist {padding-left : 5px }
819
819
.issue .list > .item .desc .checklist .progress-bar {margin-left : 2px ;width : 80px ;height : 6px ;display : inline-block;background-color : # eee ;overflow : hidden;border-radius : 3px ;vertical-align : 2px !important }
820
820
.issue .list > .item .desc .checklist .progress-bar .progress {background-color : # ccc ;display : block;height : 100% }
821
+ .issue .list > .item .desc .due-date {padding-left : 5px }
821
822
.issue .list > .item .desc a .milestone {margin-left : 5px ;color : # 999!important }
822
823
.issue .list > .item .desc a .milestone : hover {color : # 000!important }
823
824
.issue .list > .item .desc a .ref {margin-left : 8px ;color : # 999!important }
Original file line number Diff line number Diff line change 2073
2073
}
2074
2074
}
2075
2075
2076
+ .due-date {
2077
+ padding-left : 5px ;
2078
+ }
2079
+
2076
2080
a .milestone {
2077
2081
margin-left : 5px ;
2078
2082
color : #999999 !important ;
Original file line number Diff line number Diff line change 258
258
</span>
259
259
{{end}}
260
260
{{if ne .DeadlineUnix 0}}
261
- <span class="octicon octicon-calendar"></span>
262
- <span{{if .IsOverdue}} class="overdue"{{end}}>{{.DeadlineUnix.FormatShort}}</span>
261
+ <span class="due-date poping up" data-content="{{$.i18n.Tr "repo.issues.due_date"}}" data-variation="tiny inverted" data-position="right center">
262
+ <span class="octicon octicon-calendar"></span><span{{if .IsOverdue}} class="overdue"{{end}}>{{.DeadlineUnix.FormatShort}}</span>
263
+ </span>
263
264
{{end}}
264
265
{{range .Assignees}}
265
266
<a class="ui right assignee poping up" href="{{.HomeLink}}" data-content="{{.Name}}" data-variation="inverted" data-position="left center">
Original file line number Diff line number Diff line change 126
126
<span class="octicon octicon-checklist"></span> {{$tasksDone}} / {{$tasks}} <span class="progress-bar"><span class="progress" style="width:calc(100% * {{$tasksDone}} / {{$tasks}});"></span></span>
127
127
</span>
128
128
{{end}}
129
+ {{if ne .DeadlineUnix 0}}
130
+ <span class="due-date poping up" data-content="{{$.i18n.Tr "repo.issues.due_date"}}" data-variation="tiny inverted" data-position="right center">
131
+ <span class="octicon octicon-calendar"></span><span{{if .IsOverdue}} class="overdue"{{end}}>{{.DeadlineUnix.FormatShort}}</span>
132
+ </span>
133
+ {{end}}
129
134
</p>
130
135
</li>
131
136
{{end}}
You can’t perform that action at this time.
0 commit comments