Add more profile links
This commit is contained in:
parent
6161da4210
commit
885af6ae6e
5 changed files with 9 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
<div id="lookup-result" style="margin-top:30px;">
|
||||
{% if data | has_actor_type %}
|
||||
<div style="margin-left:95px;padding-bottom:5px;margin-bottom:15px;display:inline-block;">
|
||||
<a class="bar-item" href="/admin/profile?actor_id={{data.id}}">profile</a>
|
||||
<form action="/api/follow" class="action-form" method="POST">
|
||||
<input type="hidden" name="redirect" value="{{ request.path }}"/>
|
||||
<input type="hidden" name="actor" value="{{ data.id }}"/>
|
||||
|
@ -26,6 +27,7 @@
|
|||
|
||||
|
||||
{{ utils.display_actor_inline(data, size=80) }}
|
||||
|
||||
{% elif data | has_type('Create') %}
|
||||
{{ utils.display_note(data.object, ui=True) }}
|
||||
{% elif data | has_type(['Note', 'Article', 'Video', 'Audio', 'Page', 'Question']) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue