Fix HTML and CSS syntax
parent
2bd500219b
commit
82ce4cf663
|
@ -6,9 +6,9 @@ div.kanban-task-inner
|
||||||
span.task-num(tg-bo-ref="us.ref")
|
span.task-num(tg-bo-ref="us.ref")
|
||||||
a.task-name(href="", title="See user story detail", ng-bind="us.subject",
|
a.task-name(href="", title="See user story detail", ng-bind="us.subject",
|
||||||
tg-nav="project-userstories-detail:project=project.slug,ref=us.ref")
|
tg-nav="project-userstories-detail:project=project.slug,ref=us.ref")
|
||||||
a.task-points(href="", title="Total Us points")
|
p.task-points(href="", title="Total Us points")
|
||||||
span(ng-bind="us.total_points", ng-if="us.total_points !== null")
|
span(ng-if="us.total_points !== null", ng-bind="us.total_points")
|
||||||
span(ng-if="us.total_points === null") --
|
span(ng-if="us.total_points !== null") points
|
||||||
span points
|
span(ng-if="us.total_points === null") Not estimated
|
||||||
a.icon.icon-edit(tg-check-permission="modify_us", href="", title="Edit")
|
a.icon.icon-edit(tg-check-permission="modify_us", href="", title="Edit")
|
||||||
a.icon.icon-drag-h(tg-check-permission="modify_us", href="", title="Drag&Drop")
|
a.icon.icon-drag-h(tg-check-permission="modify_us", href="", title="Drag&Drop")
|
||||||
|
|
|
@ -117,8 +117,6 @@
|
||||||
.task-points {
|
.task-points {
|
||||||
@extend %small;
|
@extend %small;
|
||||||
color: darken($postit-hover, 15%);
|
color: darken($postit-hover, 15%);
|
||||||
cursor: move;
|
|
||||||
display: block;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
span {
|
span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue