fix lint errors
parent
5304406226
commit
858cbf847b
|
@ -11,11 +11,10 @@ block content
|
||||||
a(href="", title="{{ invitation.invited_by.full_name_display }} profile")
|
a(href="", title="{{ invitation.invited_by.full_name_display }} profile")
|
||||||
img.avatar(src="{{ invitation.invited_by.photo }}",
|
img.avatar(src="{{ invitation.invited_by.photo }}",
|
||||||
alt="{{ invitation.invited_by.full_name_display }}")
|
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
|
p.invitation-text has sent you an invitation to join to the taiga project
|
||||||
span.project-name(tg-bo-html="invitation.project_name")
|
span.project-name(tg-bo-html="invitation.project_name")
|
||||||
|
|
||||||
div.invitation-form
|
div.invitation-form
|
||||||
include views/modules/invitation-login-form
|
include views/modules/invitation-login-form
|
||||||
include views/modules/invitation-register-form
|
include views/modules/invitation-register-form
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
.backlog-table-body {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.backlog-table-header,
|
.backlog-table-header,
|
||||||
.backlog-table-body {
|
.backlog-table-body {
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: $white;
|
color: $white;
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue