Merge pull request #410 from dod-ccpo/fix-project-name
Fix project name
This commit is contained in:
commit
1619a0a358
@ -53,8 +53,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for project in projects %}
|
{% for project in projects %}
|
||||||
{% set revoke_modal_name = project.name + 'RevokeModal' %}
|
{% set revoke_modal_name = (project.id|string) + 'RevokeModal' %}
|
||||||
<edit-project-roles inline-template v-bind:name="'{{ project.name }}'" v-bind: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'>
|
||||||
<header class='block-list__header'>
|
<header class='block-list__header'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user