Merge pull request #602 from taigaio/issue-3054-same-icon-for-kanban-and-scrum-in-project-creation

Issue #3054 - Same icon for kanban and scrum in project creation
stable
David Barragán Merino 2015-08-24 12:59:57 +02:00
commit 3d4ede0a63
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",
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 }}

View File

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