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",
|
||||
data-required="true")
|
||||
label.backlog(for="template-{{ template.id }}")
|
||||
span.icon.icon-backlog
|
||||
span.icon( ng-class="'icon-'+template.slug")
|
||||
h2 {{ template.name }}
|
||||
p {{ template.description }}
|
||||
|
||||
|
|
|
@ -251,7 +251,8 @@ a:visited {
|
|||
.icon-issues:before {
|
||||
content: 'U';
|
||||
}
|
||||
.icon-backlog:before {
|
||||
.icon-backlog:before,
|
||||
.icon-scrum:before, {
|
||||
content: 'R';
|
||||
}
|
||||
.icon-iocaine:before {
|
||||
|
|
Loading…
Reference in New Issue