upgrades: Use reusable collapsible-button style for logs

+ Minor typo correction

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
[sunil@medhas.org Fix indentation]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalpati 2019-08-07 06:02:38 +05:30 committed by Sunil Mohan Adapa
parent c3a3d80ea5
commit 7245518fbf
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -56,7 +56,7 @@
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
<strong>This may take a long time to complete</strong>. During an update, <strong>This may take a long time to complete</strong>. During an update,
you can not install apps. Also, this web interface may be temporarily you cannot install apps. Also, this web interface may be temporarily
unavailable and show an error. In that case, refresh the page to unavailable and show an error. In that case, refresh the page to
continue. continue.
{% endblocktrans %} {% endblocktrans %}
@ -64,9 +64,11 @@
{% if log %} {% if log %}
<p> <p>
<a class="btn btn-default" role="button" data-toggle="collapse" <a class="btn btn-default collapsed collapsible-button" role="button"
href="#collapse-log" aria-expanded="false" aria-controls="collapse-log"> data-toggle="collapse" href="#collapse-log" aria-expanded="false"
{% trans "Toggle recent update logs" %} aria-controls="collapse-log">
<span class="fa fa-chevron-right fa-fw" aria-hidden="true"></span>
{% trans "Toggle recent update logs" %}
</a> </a>
<div class="collapse" id="collapse-log"> <div class="collapse" id="collapse-log">