File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/bundle/Resources/views/themes/admin/user/role_assignment Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 20
20
raw : true ,
21
21
}]) %}
22
22
23
- {% set assignment_link_content = role_assignment .usergroup is defined ? role_assignment .usergroup : role_assignment .user %}
23
+ {% set content %}
24
+ {% set assignment_link_content = role_assignment .usergroup is defined ? role_assignment .usergroup : role_assignment .user %}
25
+ <a href =" {{ibexa_url(assignment_link_content )}}" >{{ibexa_content_name(assignment_link_content )| escape }}</a >
26
+ {% endset %}
27
+
24
28
{% set body_row_cols = body_row_cols | merge ([
25
29
{
26
- content : " <a href=\"#{ibexa_url(assignment_link_content)}\">#{ibexa_content_name(assignment_link_content)|escape}</a> " ,
30
+ content : content ,
27
31
raw : true ,
28
32
},
29
33
]) %}
You can’t perform that action at this time.
0 commit comments