[Backport] fix xss releated task
parent
5e3bb2d5e9
commit
6b1f418225
|
@ -1,9 +1,9 @@
|
||||||
.task-name
|
.task-name
|
||||||
a.clickable(
|
a.clickable(
|
||||||
tg-nav="project-tasks-detail:project=project.slug,ref=task.ref"
|
tg-nav="project-tasks-detail:project=project.slug,ref=task.ref")
|
||||||
title!="#<%- task.ref %> <%- task.subject %>")
|
|
||||||
span #<%- task.ref %>
|
span #<%- task.ref %>
|
||||||
span <%- task.subject %>
|
span(ng-non-bindable) <%- task.subject %>
|
||||||
|
|
||||||
.task-settings
|
.task-settings
|
||||||
<% if(perms.modify_task) { %>
|
<% if(perms.modify_task) { %>
|
||||||
a.edit-task(
|
a.edit-task(
|
||||||
|
|
Loading…
Reference in New Issue