Skip to content

Commit

Permalink
Merge pull request #7711 from seekingalpha/room-type-on-group
Browse files Browse the repository at this point in the history
[NEW] Add room type as a class to the ul-group of rooms
  • Loading branch information
rodrigok authored Aug 23, 2017
2 parents b588d78 + e45082e commit abbc1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-ui-sidenav/client/roomList.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 class="rooms-list__type">
{{/if}}
{{/with}}
</h3>
<ul class="rooms-list__list">
<ul class="rooms-list__list {{ roomType ..}}">
{{#each room in this}}
{{> chatRoomItem room }}
{{else}}
Expand Down

0 comments on commit abbc1ba

Please sign in to comment.