Updated broken structures
parent
12f623d1f2
commit
f527670595
|
@ -4,6 +4,7 @@ block head
|
||||||
title Taiga Project management web application with scrum in mind!
|
title Taiga Project management web application with scrum in mind!
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
include views/components/notification-message
|
||||||
div.wrapper
|
div.wrapper
|
||||||
sidebar.menu-secondary.sidebar
|
sidebar.menu-secondary.sidebar
|
||||||
header
|
header
|
||||||
|
|
|
@ -4,6 +4,7 @@ block head
|
||||||
title Taiga Project management web application with scrum in mind!
|
title Taiga Project management web application with scrum in mind!
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
div.wrapper
|
||||||
sidebar.menu-secondary.sidebar
|
sidebar.menu-secondary.sidebar
|
||||||
include views/modules/search-in
|
include views/modules/search-in
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ block head
|
||||||
title Taiga Project management web application with scrum in mind!
|
title Taiga Project management web application with scrum in mind!
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
div.wrapper
|
||||||
section.main.taskboard
|
section.main.taskboard
|
||||||
h1
|
h1
|
||||||
span ProjectName
|
span ProjectName
|
||||||
|
|
|
@ -201,3 +201,12 @@ a:visited {
|
||||||
.icon-warning:before {
|
.icon-warning:before {
|
||||||
content: 'C';
|
content: 'C';
|
||||||
}
|
}
|
||||||
|
.icon-notification-success:before {
|
||||||
|
content: 'D';
|
||||||
|
}
|
||||||
|
.icon-notification-error:before {
|
||||||
|
content: 'E';
|
||||||
|
}
|
||||||
|
.icon-floppy:before {
|
||||||
|
content: 'F';
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue