add: profile replies tab
add: profile media tab
This commit is contained in:
parent
3e4ee8126a
commit
c74f36b97c
10 changed files with 465 additions and 39 deletions
|
@ -40,16 +40,24 @@
|
|||
/>
|
||||
{%- endif %}
|
||||
|
||||
<button class="small square">{{ icon "search" }}</button>
|
||||
<div class="flex gap-2 flex-row">
|
||||
<button class="small square">
|
||||
{{ icon "search" }}
|
||||
</button>
|
||||
|
||||
{% if config.manuals.search_help -%}
|
||||
<a
|
||||
class="button small square secondary"
|
||||
title="Search help"
|
||||
href="{{ config.manuals.search_help }}"
|
||||
>
|
||||
{{ icon "circle-help" }}
|
||||
</a>
|
||||
{%- endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if config.manuals.search_help -%}
|
||||
<span
|
||||
><a href="{{ config.manuals.search_help }}">
|
||||
Search help
|
||||
</a></span
|
||||
>
|
||||
{%- endif %}
|
||||
<span><a> Search help </a></span>
|
||||
</form>
|
||||
{%- endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue