Skip to content

Commit

Permalink
IBX-8973: Discounts - initial frontend create wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Dec 20, 2024
1 parent ac4bae7 commit c36698b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
14 changes: 14 additions & 0 deletions src/bundle/Resources/public/img/background-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 14 additions & 10 deletions src/bundle/Resources/views/themes/admin/ui/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,20 @@
{{ include('@ibexadesign/ui/user_mode_badge.html.twig') }}
{% endblock %}
</div>
<div class="ibexa-main-header__search-column">
{% block global_search %}
{{ ibexa_render_component_group('global-search') }}
{% endblock %}
</div>
<div class="ibexa-main-header__user-menu-column">
{% block user_menu %}
{{ ibexa_render_component_group('user-menu') }}
{% endblock %}
</div>
{% block global_search_wrapper %}
<div class="ibexa-main-header__search-column">
{% block global_search %}
{{ ibexa_render_component_group('global-search') }}
{% endblock %}
</div>
{% endblock %}
{% block user_menu_wrapper %}
<div class="ibexa-main-header__user-menu-column">
{% block user_menu %}
{{ ibexa_render_component_group('user-menu') }}
{% endblock %}
</div>
{% endblock %}
</header>
{% endblock %}

Expand Down

0 comments on commit c36698b

Please sign in to comment.