mirror of
https://github.com/jointakahe/takahe.git
synced 2025-06-07 11:18:48 +00:00
change language for following / followers (#296)
This commit is contained in:
parent
aa2ace9b68
commit
a949c99d48
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="view-options">
|
<div class="view-options">
|
||||||
{% if inbound %}
|
{% if inbound %}
|
||||||
<a href=".">Your Follows ({{ num_outbound }})</a>
|
<a href=".">Following ({{ num_outbound }})</a>
|
||||||
<a href="." class="selected">Follows You ({{ num_inbound }})</a>
|
<a href="." class="selected">Followers ({{ num_inbound }})</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href=".?inbound=true" class="selected">Your Follows ({{ num_outbound }})</a>
|
<a href=".?inbound=true" class="selected">Following ({{ num_outbound }})</a>
|
||||||
<a href=".?inbound=true">Follows You ({{ num_inbound }})</a>
|
<a href=".?inbound=true">Followers ({{ num_inbound }})</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<p class="option empty">You have no follows.</p>
|
<p class="option empty">You {% if inbound %}have no followers{% else %}are not following anyone{% endif %}.</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue