summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
Diffstat (limited to 'webclient')
-rw-r--r--webclient/home/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/home/home.html b/webclient/home/home.html
index 7240e79f86..e3a49bb142 100644
--- a/webclient/home/home.html
+++ b/webclient/home/home.html
@@ -24,7 +24,7 @@
 
     <h3>Public rooms</h3>
     
-    <div class="public_rooms" ng-repeat="room in public_rooms">
+    <div class="public_rooms" ng-repeat="room in public_rooms | orderBy:'room_display_name'">
         <div>
             <a href="#/room/{{ room.room_alias ? room.room_alias : room.room_id }}" >{{ room.room_display_name }}</a>
         </div>