help, power, index: ui: Drop remaining uses of »

- Mostly for consistency with the rest of the interface.

- Most of the usages got removed already.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-16 14:42:53 -08:00 committed by Veiko Aasa
parent 0cd5dd6e09
commit 858d005b87
No known key found for this signature in database
GPG Key ID: 478539CAE680674E
3 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@
<p><a class="btn btn-primary"
href="https://wiki.debian.org/FreedomBox"
target="_blank">{% trans "Learn more &raquo;" %}</a></p>
target="_blank">{% trans "Learn more" %}</a></p>
<p style='margin-top:1.875rem'>
{% blocktrans trimmed %}

View File

@ -19,10 +19,10 @@
<div class="btn-toolbar">
<a class="btn btn-default btn-md" href="{% url 'power:restart' %}">
{% trans "Restart &raquo;" %}</a>
{% trans "Restart" %}</a>
<a class="btn btn-default btn-md" href="{% url 'power:shutdown' %}">
{% trans "Shut Down &raquo;" %}</a>
{% trans "Shut Down" %}</a>
</div>
{% endblock %}

View File

@ -43,7 +43,7 @@
{% if user.is_authenticated and user_is_admin and selected_shortcut.configure_url %}
<a class="btn btn-primary" href="{{ selected_shortcut.configure_url }}">
{% trans "Configure &raquo;" %}</a>
{% trans "Configure" %}</a>
{% endif %}
</div>