Issue #3054 - Same icon for kanban and scrum in project creation
parent
ee6e102f74
commit
f6b9bf2cd4
|
@ -10,7 +10,7 @@ form
|
||||||
ng-value='template.id', ng-model="data.creation_template",
|
ng-value='template.id', ng-model="data.creation_template",
|
||||||
data-required="true")
|
data-required="true")
|
||||||
label.backlog(for="template-{{ template.id }}")
|
label.backlog(for="template-{{ template.id }}")
|
||||||
span.icon.icon-backlog
|
span.icon( ng-class="'icon-'+template.slug")
|
||||||
h2 {{ template.name }}
|
h2 {{ template.name }}
|
||||||
p {{ template.description }}
|
p {{ template.description }}
|
||||||
|
|
||||||
|
|
|
@ -251,7 +251,8 @@ a:visited {
|
||||||
.icon-issues:before {
|
.icon-issues:before {
|
||||||
content: 'U';
|
content: 'U';
|
||||||
}
|
}
|
||||||
.icon-backlog:before {
|
.icon-backlog:before,
|
||||||
|
.icon-scrum:before, {
|
||||||
content: 'R';
|
content: 'R';
|
||||||
}
|
}
|
||||||
.icon-iocaine:before {
|
.icon-iocaine:before {
|
||||||
|
|
Loading…
Reference in New Issue