Merge pull request #6357 from AugierLe42e/badges-fix

[Quickfix] Correcting BS3 regression on badge color + spelling mistake
This commit is contained in:
Steffen van Bergerem 2015-08-28 15:55:33 +02:00
commit cdc6e9128b
3 changed files with 5 additions and 2 deletions

View file

@ -252,3 +252,6 @@
label { font-weight: bold; }
}
.badge-important {
background-color: $brand-danger;
}

View file

@ -16,7 +16,7 @@
= other_participants.count - 1
.bg
.badge.badge-dafault.message_count
.badge.badge-default.message_count
= conversation.messages.size
- if visibility.unread > 0
.badge.badge-important.unread_message_count

View file

@ -1,5 +1,5 @@
.subject
.badge.badge-dafault.message_count
.badge.badge-default.message_count
= conversation.messages.size
- if unread_count > 0
.badge.badge-important.unread_message_count