Keep filtering

stable
Xavier Julián 2014-07-01 14:23:27 +02:00
parent 91c4cd9ca4
commit 6cb53d1f12
3 changed files with 10 additions and 2 deletions

View File

@ -83,5 +83,5 @@ block content
div.lightbox.lightbox_block.hidden
include views/modules/lightbox_block
div.lightbox.lightbox_watchers.hidden
div.lightbox.lightbox_watchers
include views/modules/lightbox_watchers

View File

@ -11,4 +11,6 @@ form
div.watcher-avatar
a.avatar(href="", title="Assigned to")
img(src="http://thecodeplayer.com/u/uifaces/32.jpg", alt="username")
a.watcher-name(href="", title="Jesús Espino") Jesús
a.watcher-name(href="", title="Jesús Espino") Jesús
div.more-watchers
span ...too many users, keep filtering

View File

@ -297,4 +297,10 @@
cursor: pointer;
}
}
.more-watchers {
@extend %title;
@extend %medium;
padding: .5rem;
text-align: center;
}
}