Skip to content
Snippets Groups Projects
Commit fb966189 authored by Emmanuel ROHEE's avatar Emmanuel ROHEE
Browse files

BF: use room_id if there is no alias

parent 87190a96
No related branches found
No related tags found
No related merge requests found
<div ng-controller="RecentsController" data-ng-init="onInit()"> <div ng-controller="RecentsController" data-ng-init="onInit()">
<table class="recentsTable"> <table class="recentsTable">
<tbody ng-repeat="(rm_id, room) in rooms | orderRecents" ng-click="goToPage('room/' + (room.room_alias ? room.room_alias : rm_id) )" class ="recentsRoom" > <tbody ng-repeat="(rm_id, room) in rooms | orderRecents" ng-click="goToPage('room/' + (room.room_alias ? room.room_alias : room.room_id) )" class ="recentsRoom" >
<tr> <tr>
<td class="recentsRoomName"> <td class="recentsRoomName">
{{ room.room_display_name }} {{ room.room_display_name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment