-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IBX-5699: "Create company" form shouldnt be available if there are no…
… customer groups (#781)
- Loading branch information
1 parent
a528a90
commit 75caa4f
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...undle/Resources/views/themes/admin/ui/component/table/empty_table_extra_actions.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div class="ibexa-table__empty-table-extra-actions"> | ||
{% block extra_action_link %} | ||
<a href="{{ url }}" class="ibexa-table__empty-table-extra-actions-link"> | ||
{% block extra_action_content %} | ||
<svg class="ibexa-icon ibexa-icon--small-medium"> | ||
<use xlink:href="{{ ibexa_icon_path('back') }}"></use> | ||
</svg> | ||
<span class="ibexa-table__empty-table-extra-actions-label">{{ label }}</span> | ||
{% endblock %} | ||
</a> | ||
{% endblock %} | ||
</div> |