Fixed 329 Show blocked US

stable
Xavier Julián 2014-08-08 14:59:58 +02:00
parent 9924aaaf0e
commit 2e20c82407
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
div.row.us-item-row(ng-repeat="us in visibleUserstories|orderBy:order track by us.id", tg-draggable) div.row.us-item-row(ng-repeat="us in visibleUserstories|orderBy:order track by us.id", tg-draggable, ng-class="{blocked: us.is_blocked}")
div.user-stories div.user-stories
div.user-story-tags div.user-story-tags
span.tag(ng-repeat="tag in us.tags", tg-bind-html="tag", tg-colorize-tag-border-left="tag") span.tag(ng-repeat="tag in us.tags", tg-bind-html="tag", tg-colorize-tag-border-left="tag")

View File

@ -161,7 +161,7 @@
@include transition (background .2s ease-in); @include transition (background .2s ease-in);
} }
a { a {
color: $white; color: $white !important;
&:hover { &:hover {
color: $white; color: $white;
} }