forked from forgejo/forgejo
Add RSS Feed buttons to Repo, User and Org pages (#19370)
This commit is contained in:
parent
ebb23967dc
commit
ef164d33c2
6 changed files with 9 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue