use the existing template filter
This commit is contained in:
parent
125f482475
commit
93ddde599d
@ -53,7 +53,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for project in projects %}
|
{% for project in projects %}
|
||||||
{% set revoke_modal_name = string(project.id) + 'RevokeModal' %}
|
{% set revoke_modal_name = (project.id|string) + 'RevokeModal' %}
|
||||||
<edit-project-roles inline-template name="{{ project.name }}" id="{{ project.id }}">
|
<edit-project-roles inline-template name="{{ project.name }}" id="{{ project.id }}">
|
||||||
<div is='toggler' default-visible class='block-list project-list-item'>
|
<div is='toggler' default-visible class='block-list project-list-item'>
|
||||||
<template slot-scope='props'>
|
<template slot-scope='props'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user