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