mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
0cd5dd6e09
commit
858d005b87
@ -57,7 +57,7 @@
|
||||
|
||||
<p><a class="btn btn-primary"
|
||||
href="https://wiki.debian.org/FreedomBox"
|
||||
target="_blank">{% trans "Learn more »" %}</a></p>
|
||||
target="_blank">{% trans "Learn more" %}</a></p>
|
||||
|
||||
<p style='margin-top:1.875rem'>
|
||||
{% blocktrans trimmed %}
|
||||
|
||||
@ -19,10 +19,10 @@
|
||||
|
||||
<div class="btn-toolbar">
|
||||
<a class="btn btn-default btn-md" href="{% url 'power:restart' %}">
|
||||
{% trans "Restart »" %}</a>
|
||||
{% trans "Restart" %}</a>
|
||||
|
||||
<a class="btn btn-default btn-md" href="{% url 'power:shutdown' %}">
|
||||
{% trans "Shut Down »" %}</a>
|
||||
{% trans "Shut Down" %}</a>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@ -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 »" %}</a>
|
||||
{% trans "Configure" %}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user