fix lint errors
parent
5304406226
commit
858cbf847b
|
@ -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
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
.backlog-table-body {
|
||||
|
||||
}
|
||||
|
||||
.backlog-table-header,
|
||||
.backlog-table-body {
|
||||
@include table-flex();
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
}
|
||||
a {
|
||||
color: $white;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue