diff options
Diffstat (limited to 'templates/user/settings/sshkeys.tmpl')
-rw-r--r-- | templates/user/settings/sshkeys.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/sshkeys.tmpl b/templates/user/settings/sshkeys.tmpl index ed54cbf5b6..3db0f54bbb 100644 --- a/templates/user/settings/sshkeys.tmpl +++ b/templates/user/settings/sshkeys.tmpl @@ -16,7 +16,7 @@ <li>{{.i18n.Tr "settings.ssh_desc"}}</li> {{range .Keys}} <li class="ssh clear"> - <span class="active-icon left label {{if .HasRecentActivity}}label-green{{end}} label-radius"></span> + <span class="active-icon left label label-{{if .HasRecentActivity}}green{{else}}gray{{end}} label-radius"></span> <i class="mega-octicon octicon-key left"></i> <div class="ssh-content left"> <p><strong>{{.Name}}</strong></p> |