Merge pull request #288 from taigaio/issue/2014

Fix #2014: and other small not-detected issues
stable
Juanfran 2015-01-27 22:37:10 -08:00
commit 5743df940f
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
p.login-text
span Not registered yet?
a(href='<%- url %>', tg-nav='register', title='Register') create your free account here
a(href!='<%- url %>', tg-nav='register', title='Register') create your free account here

View File

@ -1,6 +1,6 @@
ul.popover.pop-role
<% _.each(roles, function(role) { %>
li
a.role(href="", title!="<%- role.name %>", data-role-id="<%- role.id %>")
a.role(href="", title!="<%- role.name %>", data-role-id!="<%- role.id %>")
|<%- role.name %> (<%- role.points %>)
<% }); %>

View File

@ -4,7 +4,7 @@ div(class!="activity-single <%- mode %>")
img(src!="<%- avatar %>", alt!="<%- userFullName %>")
.activity-content
.activity-username
a.username(href="", title="<%- userFullName %>")
a.username(href="", title!="<%- userFullName %>")
| <%- userFullName %>
span.date
| <%- creationDate %>