Closed crapthings closed 12 years ago
a(href='/hr/employee' + employee._id)= employee.name
i want to add some string before employee._id ? how to do it ?
okay i've got it, just remove the spaces.
a(href='/hr/employee'+employee._id)= employee.name
i want to add some string before employee._id ? how to do it ?