Issue #3054 - Same icon for kanban and scrum in project creation

stable
Alejandro Alonso 2015-08-05 15:04:57 +02:00 committed by David Barragán Merino
parent ee6e102f74
commit f6b9bf2cd4
2 changed files with 3 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 {