mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
app: cosmetic: Rename header.html to app-header.html
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
55bee19963
commit
90d3736431
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% include "header.html" with icon_filename=icon_filename name=title description=description %}
|
{% include "app-header.html" with icon_filename=icon_filename name=title description=description %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a title="{% trans 'Add share' %}"
|
<a title="{% trans 'Add share' %}"
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% include "header.html" %}
|
{% include "app-header.html" %}
|
||||||
|
|
||||||
{% include "toolbar.html" with enabled=is_enabled %}
|
{% include "toolbar.html" with enabled=is_enabled %}
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% include "header.html" with setup=True %}
|
{% include "app-header.html" with setup=True %}
|
||||||
|
|
||||||
{% include "toolbar.html" %}
|
{% include "toolbar.html" %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user