Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d46939

Browse files
committed
bug EasyCorp#3395 Fixed action template (nexxome)
This PR was merged into the 3.0.x-dev branch. Discussion ---------- Fixed action template Hey, there is a " too much in the action template. Commits ------- eb57579 Fix action template
2 parents 37d8f4a + eb57579 commit 9d46939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/views/crud/action.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% if 'a' == action.htmlElement %}
55
<a class="{{ isIncludedInDropdown|default(false) ? 'dropdown-item' }} {{ action.cssClass }}"
66
href="{{ action.linkUrl }}"
7-
{% for name, value in action.htmlAttributes %}{{ name }}="{{ value|e('html_attr') }}" {% endfor %}">
7+
{% for name, value in action.htmlAttributes %}{{ name }}="{{ value|e('html_attr') }}" {% endfor %}>
88
{%- if action.icon %}<i class="action-icon {{ action.icon }}"></i> {% endif -%}
99
{%- if action.label is not empty -%}{{ action.label }}{%- endif -%}
1010
</a>

0 commit comments

Comments
 (0)