Fix header icon name in settings' edit view (#6554)

pull/6565/head
Jérôme Lebleu 2020-11-16 15:46:30 +01:00 zatwierdzone przez Matt Westcott
rodzic 236632d815
commit f88e6f91ff
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ Changelog
* Fix: Improve performance of permission check on translations for edit page (Karl Hobley)
* Fix: Gracefully handle missing Locale records on `Locale.get_active` and `.localized` (Matt Westcott)
* Fix: Handle `get_supported_language_variant` returning a language variant not in `LANGUAGES` (Matt Westcott)
* Fix: Reinstate missing icon on settings edit view (Jérôme Lebleu)
2.11.1 (06.11.2020)

Wyświetl plik

@ -16,3 +16,4 @@ Bug fixes
* Improve performance of permission check on translations for edit page (Karl Hobley)
* Gracefully handle missing Locale records on ``Locale.get_active`` and ``.localized`` (Matt Westcott)
* Handle ``get_supported_language_variant`` returning a language variant not in ``LANGUAGES`` (Matt Westcott)
* Reinstate missing icon on settings edit view (Jérôme Lebleu)

Wyświetl plik

@ -8,7 +8,7 @@
<div class="left">
<div class="col">
<h1>
{% icon name="icon-cogs" class_name="header-title-icon" %}
{% icon name="cogs" class_name="header-title-icon" %}
{% trans "Editing" %}
<span>{{ setting_type_name|capfirst }}</span>
</h1>