diff options
author | Rodrigo Villablanca Vásquez <villa061004@gmail.com> | 2018-04-19 21:25:15 -0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-04-20 08:25:15 +0800 |
commit | f6013d5098e3f11879f2af62e616c15cf86c959e (patch) | |
tree | 1c3843731e5271b34f9795fe3b632b762a6bf354 /templates/repo/settings | |
parent | bac6d05e78603ce9bb028f9ba2b77b9ea2975347 (diff) | |
download | gitea-f6013d5098e3f11879f2af62e616c15cf86c959e.tar.gz gitea-f6013d5098e3f11879f2af62e616c15cf86c959e.zip |
Some small template fixes (#3820)
Diffstat (limited to 'templates/repo/settings')
-rw-r--r-- | templates/repo/settings/deploy_keys.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/deploy_keys.tmpl b/templates/repo/settings/deploy_keys.tmpl index f19055f2b5..57477b37a8 100644 --- a/templates/repo/settings/deploy_keys.tmpl +++ b/templates/repo/settings/deploy_keys.tmpl @@ -31,7 +31,7 @@ {{.Fingerprint}} </div> <div class="activity meta"> - <i>{{$.i18n.Tr "settings.add_on"}} <span>{{.CreatedUnix.FormatShort}}</span> — <i class="octicon octicon-info"></i> {{if .HasUsed}}{{$.i18n.Tr "settings.last_used"}} <span {{if .HasRecentActivity}}class="green"{{end}}>{{.UpdatedUnix.FormatShort}}</span>{{else}}{{$.i18n.Tr "settings.no_activity"}}{{end}} - <span>{{$.i18n.Tr "settings.can_read_info"}}{{if not .IsReadOnly}} / {{$.i18n.Tr "settings.can_write_info"}} {{end}}</i> + <i>{{$.i18n.Tr "settings.add_on"}} <span>{{.CreatedUnix.FormatShort}}</span> — <i class="octicon octicon-info"></i> {{if .HasUsed}}{{$.i18n.Tr "settings.last_used"}} <span {{if .HasRecentActivity}}class="green"{{end}}>{{.UpdatedUnix.FormatShort}}</span>{{else}}{{$.i18n.Tr "settings.no_activity"}}{{end}} - <span>{{$.i18n.Tr "settings.can_read_info"}}{{if not .IsReadOnly}} / {{$.i18n.Tr "settings.can_write_info"}} {{end}}</span></i> </div> </div> </div> |