Merge pull request #11460 from tobiasd/20220429-issue10397

[frio] adding Feed link to vcard
This commit is contained in:
Hypolite Petovan 2022-05-01 07:45:14 -04:00 committed by GitHub
commit 6dc13b9fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -1200,6 +1200,7 @@ aside .vcard .icon {
overflow: auto;
margin-bottom: 10px;
}
aside .vcard #subscribe-feed-link-button,
aside .vcard #dfrn-request-link-button,
aside .vcard #wallmessage-link-botton {
width: 50%;
@ -1207,6 +1208,7 @@ aside .vcard #wallmessage-link-botton {
float: left;
padding: 0 5px;
}
aside .vcard #subscribe-feed-link,
aside .vcard #dfrn-request-link,
aside .vcard #wallmessage-link {
width: 100%;

View File

@ -54,6 +54,14 @@
{{/if}}
</div>
{{/if}}
{{if $subscribe_feed_link}}
<div id="subscribe-feed-link-button">
<a id="subscribe-feed-link" class="btn btn-labeled btn-primary btn-sm" href="{{$subscribe_feed_link}}">
<span class=""><i class="fa fa-rss"></i></span>
<span class="">{{$subscribe_feed}}</span>
</a>
</div>
{{/if}}
{{if $wallmessage_link}}
<div id="wallmessage-link-botton">
<button type="button" id="wallmessage-link" class="btn btn-labeled btn-primary btn-sm" onclick="openWallMessage('{{$wallmessage_link}}')">