Commit 63bbd6463e33074f7450e071a5d33dfd5ae1ddec
1 parent
3bfdeee3
Exists in
master
and in
27 other branches
Fix class names
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/shared/logged_in/xmpp_chat.html.erb
... | ... | @@ -28,8 +28,8 @@ |
28 | 28 | <div class='body'> |
29 | 29 | <%= text_field_tag(:query, '', :placeholder => _('Search...'), :class => 'search') %> |
30 | 30 | |
31 | - <ul class='buddies .online'></ul> | |
32 | - <ul class='buddies .offline'></ul> | |
31 | + <ul class='buddies online'></ul> | |
32 | + <ul class='buddies offline'></ul> | |
33 | 33 | </div> |
34 | 34 | </div> |
35 | 35 | ... | ... |