fix lint errors

stable
Juanfran 2014-07-21 10:12:17 +02:00
parent 5304406226
commit 858cbf847b
4 changed files with 2 additions and 8 deletions

View File

@ -11,11 +11,10 @@ block content
a(href="", title="{{ invitation.invited_by.full_name_display }} profile")
img.avatar(src="{{ invitation.invited_by.photo }}",
alt="{{ invitation.invited_by.full_name_display }}")
{{ invitation.invited_by.full_name_display }}
| {{ invitation.invited_by.full_name_display }}
p.invitation-text has sent you an invitation to join to the taiga project
span.project-name(tg-bo-html="invitation.project_name")
div.invitation-form
include views/modules/invitation-login-form
include views/modules/invitation-register-form

View File

@ -1,7 +1,3 @@
.backlog-table-body {
}
.backlog-table-header,
.backlog-table-body {
@include table-flex();

View File

@ -10,7 +10,6 @@
}
a {
color: $white;
display: inline-block;
float: right;
}
}

View File

@ -60,5 +60,5 @@ $column-margin: 0 10px 0 0;
}
.kanban-table-inner {
@include table-flex(stretch, stretch, flex, row, nowrap, flex-start);
@include table-flex(stretch, stretch, flex, row, nowrap, flex-start);
}