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 creationstable
commit
3d4ede0a63
|
@ -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