Merge pull request #11460 from tobiasd/20220429-issue10397
[frio] adding Feed link to vcard
This commit is contained in:
commit
6dc13b9fc6
|
@ -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%;
|
||||
|
|
|
@ -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}}')">
|
||||
|
|
Loading…
Reference in a new issue