File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 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}
818818.issue .list > .item .desc .checklist {padding-left : 5px }
819819.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 }
820820.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 }
821822.issue .list > .item .desc a .milestone {margin-left : 5px ;color : # 999!important }
822823.issue .list > .item .desc a .milestone : hover {color : # 000!important }
823824.issue .list > .item .desc a .ref {margin-left : 8px ;color : # 999!important }
Original file line number Diff line number Diff line change 20732073 }
20742074 }
20752075
2076+ .due-date {
2077+ padding-left : 5px ;
2078+ }
2079+
20762080 a .milestone {
20772081 margin-left : 5px ;
20782082 color : #999999 !important ;
Original file line number Diff line number Diff line change 258258 </span>
259259 {{end}}
260260 {{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>
263264 {{end}}
264265 {{range .Assignees}}
265266 <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 126126 <span class="octicon octicon-checklist"></span> {{$tasksDone}} / {{$tasks}} <span class="progress-bar"><span class="progress" style="width:calc(100% * {{$tasksDone}} / {{$tasks}});"></span></span>
127127 </span>
128128 {{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}}
129134 </p>
130135 </li>
131136 {{end}}
You can’t perform that action at this time.
0 commit comments