fix #2052 - prevent scape lodash code in jade
parent
2bbd05d5f5
commit
fefd60a020
|
@ -5,7 +5,7 @@ div(tg-projects-pagination)
|
|||
ul.projects-list
|
||||
<% _.each(projects, function(project) { %>
|
||||
li
|
||||
a.button(href='<%- project.url %>')
|
||||
a.button(href!='<%- project.url %>')
|
||||
<%- project.name %>
|
||||
<% }) %>
|
||||
a.v-pagination-next.icon.icon-arrow-bottom(href='')
|
Loading…
Reference in New Issue