diff options
author | ktprograms <71804605+ktprograms@users.noreply.github.com> | 2022-04-25 04:03:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 22:03:39 +0200 |
commit | ef164d33c28f4456cb98d24932d360a949142d9d (patch) | |
tree | aa955c807c5af02bd863e0f815a3735b57a7269c /templates/user | |
parent | ebb23967dc14b75a5559a36cfd3c25a6005e4a55 (diff) | |
download | gitea-ef164d33c28f4456cb98d24932d360a949142d9d.tar.gz gitea-ef164d33c28f4456cb98d24932d360a949142d9d.zip |
Add RSS Feed buttons to Repo, User and Org pages (#19370)
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/profile.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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> |