|
|
@ -16,7 +16,7 @@ |
|
|
|
{{$.i18n.Tr "settings.delete_key"}} |
|
|
|
{{$.i18n.Tr "settings.delete_key"}} |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<i class="mega-octicon octicon-key {{if or .Expired.IsZero (.Expired.After $.PageStartTime)}}green{{end}}"></i> |
|
|
|
<i class="mega-octicon octicon-key {{if or (eq .ExpiredUnix 0) ($.PageStartTime.Before .ExpiredUnix.AsTime)}}green{{end}}"></i> |
|
|
|
<div class="content"> |
|
|
|
<div class="content"> |
|
|
|
{{range .Emails}}<strong>{{.Email}} </strong>{{end}} |
|
|
|
{{range .Emails}}<strong>{{.Email}} </strong>{{end}} |
|
|
|
<div class="print meta"> |
|
|
|
<div class="print meta"> |
|
|
|