mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
c3a3d80ea5
commit
7245518fbf
@ -56,7 +56,7 @@
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
<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
|
||||
continue.
|
||||
{% endblocktrans %}
|
||||
@ -64,9 +64,11 @@
|
||||
|
||||
{% if log %}
|
||||
<p>
|
||||
<a class="btn btn-default" role="button" data-toggle="collapse"
|
||||
href="#collapse-log" aria-expanded="false" aria-controls="collapse-log">
|
||||
{% trans "Toggle recent update logs" %}
|
||||
<a class="btn btn-default collapsed collapsible-button" role="button"
|
||||
data-toggle="collapse" href="#collapse-log" aria-expanded="false"
|
||||
aria-controls="collapse-log">
|
||||
<span class="fa fa-chevron-right fa-fw" aria-hidden="true"></span>
|
||||
{% trans "Toggle recent update logs" %}
|
||||
</a>
|
||||
|
||||
<div class="collapse" id="collapse-log">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user