Fix #2014: and other small not-detected issues

stable
Jesús Espino 2015-01-27 16:39:46 +01:00
parent cb60f88af7
commit 600f5f1747
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
p.login-text p.login-text
span Not registered yet? 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 ul.popover.pop-role
<% _.each(roles, function(role) { %> <% _.each(roles, function(role) { %>
li 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 %>) |<%- role.name %> (<%- role.points %>)
<% }); %> <% }); %>

View File

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