1
0
Fork 0

Issue 1779: There is now an atom feed link under the connect link on the profile page

This commit is contained in:
Michael Vogel 2015-11-28 18:11:34 +01:00
commit 388847e1f3
14 changed files with 37 additions and 5 deletions

View file

@ -205,6 +205,7 @@ aside {
font-weight: bold;
background: #3465a4 url('friendica-16.png') no-repeat 95% center;
}
#subscribe-feed-link,
#wallmessage-link {
display: block;
color: #FFFFFF;

View file

@ -47,6 +47,9 @@
{{if $wallmessage}}
<li><a id="wallmessage-link" href="wallmessage/{{$profile.nickname}}">{{$wallmessage}}</a></li>
{{/if}}
{{if $subscribe_feed}}
<li><a id="subscribe-feed-link" href="dfrn_poll/{{$profile.nickname}}">{{$subscribe_feed}}</a></li>
{{/if}}
</ul>
</div>
</div>