mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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 %}
|
||||
|
||||
{% 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>
|
||||
<a title="{% trans 'Add share' %}"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include "header.html" %}
|
||||
{% include "app-header.html" %}
|
||||
|
||||
{% include "toolbar.html" with enabled=is_enabled %}
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include "header.html" with setup=True %}
|
||||
{% include "app-header.html" with setup=True %}
|
||||
|
||||
{% include "toolbar.html" %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user