diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/org/home.tmpl | 1 | ||||
-rw-r--r-- | templates/repo/header.tmpl | 1 | ||||
-rw-r--r-- | templates/user/profile.tmpl | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index c72fc53de5..1fe0b035e6 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -5,6 +5,7 @@ <div id="org-info"> <div class="ui header"> {{.Org.DisplayName}} + <a href="{{.Org.HomeLink}}.rss"><i class="ui grey icon tooltip ml-3" data-content="{{.i18n.Tr "rss_feed"}}" data-position="top center">{{svg "octicon-rss" 36}}</i></a> <span class="org-visibility"> {{if .Org.Visibility.IsLimited}}<div class="ui large basic horizontal label">{{.i18n.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}} {{if .Org.Visibility.IsPrivate}}<div class="ui large basic horizontal label">{{.i18n.Tr "org.settings.visibility.private_shortname"}}</div>{{end}} diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 198b05b4ba..588cfc7717 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -13,6 +13,7 @@ <a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> <div class="mx-2">/</div> <a href="{{$.RepoLink}}">{{.Name}}</a> + <a href="{{$.RepoLink}}.rss"><i class="ui grey icon tooltip ml-3" data-content="{{$.i18n.Tr "rss_feed"}}" data-position="top center">{{svg "octicon-rss" 18}}</i></a> <div class="labels df ac fw"> {{if .IsTemplate}} {{if .IsPrivate}} diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 34ecf1afe2..6f5efae02e 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -16,6 +16,7 @@ <div class="content word-break profile-avatar-name"> {{if .Owner.FullName}}<span class="header text center">{{.Owner.FullName}}</span>{{end}} <span class="username text center">{{.Owner.Name}}</span> + <a href="{{.Owner.HomeLink}}.rss"><i class="ui grey icon tooltip ml-3" data-content="{{.i18n.Tr "rss_feed"}}" data-position="bottom center">{{svg "octicon-rss" 18}}</i></a> </div> <div class="extra content word-break"> <ul> |