fix #2025 - hover us status

stable
Juanfran 2015-01-27 12:48:40 +01:00
parent 8bd48f360f
commit 3c0269cc7f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
div(class="status-data <% if(editable){ %>clickable<% }%>") div(class!="status-data <% if(editable){ %>clickable<% }%>")
span.level(style!="background-color:<%- status.color %>") span.level(style!="background-color:<%- status.color %>")
span.status-status <%- status.name %> span.status-status <%- status.name %>
<% if(editable){ %> <% if(editable){ %>