File tree 2 files changed +2
-5
lines changed
controllers/web_templates/templates
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 79
79
<span class="lock-username">{{.LockedBy}}</span>
80
80
</a>
81
81
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
82
- <span class="lock-age " title="{{.TimeFormatted }}">{{ .LockAge }}</span>
82
+ <span class="lock-datetime " title="{{.TimeFormatted }}">{{ .LockAge }}</span>
83
83
</a>
84
84
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
85
85
<span><code>Locked</code></span>
113
113
<span class="pulls-element">{{ if .Pull.Workspace }}<code>{{ .Pull.Workspace }}</code>{{ end }}</span>
114
114
<span class="pulls-element">
115
115
{{ range .JobIDInfos }}
116
- <div><span class="lock-age " title="{{ .TimeFormatted }}">{{ .JobAge }}</span></div>
116
+ <div><span class="lock-datetime " title="{{ .TimeFormatted }}">{{ .JobAge }}</span></div>
117
117
{{ end }}
118
118
</span>
119
119
<span class="pulls-element">
Original file line number Diff line number Diff line change @@ -299,9 +299,6 @@ tbody {
299
299
.lock-datetime {
300
300
color : # 999 ;
301
301
}
302
- .lock-age {
303
- color : # 999 ;
304
- }
305
302
/* Style for the Pull To Job Mapping Table */
306
303
.pulls-grid {
307
304
display : grid;
You can’t perform that action at this time.
0 commit comments