forked from GithubBackups/vichan
add some spaces
This commit is contained in:
parent
36737b77a8
commit
1effe1648b
@ -6,7 +6,7 @@
|
|||||||
{% for board in boards %}
|
{% for board in boards %}
|
||||||
<li>
|
<li>
|
||||||
<a href="?/{{ config.board_path|sprintf(board.uri) }}{{ config.file_index }}">{{ config.board_abbreviation|sprintf(board.uri) }}</a>
|
<a href="?/{{ config.board_path|sprintf(board.uri) }}{{ config.file_index }}">{{ config.board_abbreviation|sprintf(board.uri) }}</a>
|
||||||
-
|
-
|
||||||
{{ board.title|e }}
|
{{ board.title|e }}
|
||||||
{% if board.subtitle %}
|
{% if board.subtitle %}
|
||||||
<small>—
|
<small>—
|
||||||
@ -70,7 +70,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="?/inbox">
|
<a href="?/inbox">
|
||||||
{% trans 'PM inbox' %}
|
{% trans 'PM inbox' %}
|
||||||
{% if unread_pms > 0 %}<strong>{%endif %}({{ unread_pms }} unread){% if unread_pms > 0 %}</strong>{%endif %}
|
{% if unread_pms > 0 %}<strong>{%endif %} ({{ unread_pms }} unread){% if unread_pms > 0 %}</strong>{%endif %}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user