|
@@ -68,19 +68,19 @@
|
|
|
<div class="col s12 m6 l3">
|
|
|
<div class="card hoverable light-blue white-text">
|
|
|
<div class="card-image waves-effect waves-block waves-light">
|
|
|
- <a href=/private/{{name}}>
|
|
|
+ <a href=/private/{{room.name}}>
|
|
|
<img src='/notes.png'>
|
|
|
<figcaption class="caption center-align">
|
|
|
- <h5>{{currentPrivateSong.song.title}}</h5>
|
|
|
+ <h5>{{room.currentPrivateSong.song.title}}</h5>
|
|
|
</figcaption>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="card-content" style="overflow-x: hidden;">
|
|
|
- <span class="card-title white-text">{{displayName}}</span><div><span class="user-num">{{userPrivateNum}}</span> <i class="material-icons">perm_identity</i></div>
|
|
|
- <p>{{roomDesc}}</p>
|
|
|
+ <span class="card-title white-text">{{room.displayName}}</span><div><span class="user-num">{{room.userPrivateNum}}</span> <i class="material-icons">perm_identity</i></div>
|
|
|
+ <p>{{room.roomDesc}}</p>
|
|
|
</div>
|
|
|
<div class="card-action">
|
|
|
- <a href=/private/{{name}} class="white-text">Join Room</a>
|
|
|
+ <a href=/private/{{room.name}} class="white-text">Join Room</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -91,19 +91,19 @@
|
|
|
<div class="col s12 m6 l3">
|
|
|
<div class="card hoverable light-blue white-text">
|
|
|
<div class="card-image waves-effect waves-block waves-light">
|
|
|
- <a href=/private/{{name}}>
|
|
|
+ <a href=/private/{{room.}}>
|
|
|
<img src='/notes.png'>
|
|
|
<figcaption class="caption center-align">
|
|
|
- <h5>{{currentPrivateSong.song.title}}</h5>
|
|
|
+ <h5>{{room.currentPrivateSong.song.title}}</h5>
|
|
|
</figcaption>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="card-content" style="overflow-x: hidden;">
|
|
|
- <span class="card-title white-text">{{displayName}}</span><div><span class="user-num">{{userPrivateNum}}</span> <i class="material-icons">perm_identity</i></div>
|
|
|
- <p>{{roomDesc}}</p>
|
|
|
+ <span class="card-title white-text">{{room.displayName}}</span><div><span class="user-num">{{room.userPrivateNum}}</span> <i class="material-icons">perm_identity</i></div>
|
|
|
+ <p>{{room.roomDesc}}</p>
|
|
|
</div>
|
|
|
<div class="card-action">
|
|
|
- <a href=/private/{{name}} class="white-text">Join Room</a>
|
|
|
+ <a href=/private/{{room.name}} class="white-text">Join Room</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -112,19 +112,19 @@
|
|
|
<div class="col s12 m6 l3">
|
|
|
<div class="card hoverable">
|
|
|
<div class="card-image waves-effect waves-block waves-light">
|
|
|
- <a href=/private/{{name}}>
|
|
|
+ <a href=/private/{{room.name}}>
|
|
|
<img src='/notes.png'>
|
|
|
<figcaption class="caption center-align">
|
|
|
- <h5>{{currentPrivateSong.song.title}}</h5>
|
|
|
+ <h5>{{room.currentPrivateSong.song.title}}</h5>
|
|
|
</figcaption>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="card-content">
|
|
|
- <span class="card-title grey-text text-darken-4">{{displayName}}</span><div><span class="user-num">{{userPrivateNum}}</span> <i class="material-icons">perm_identity</i></div>
|
|
|
- <p>{{roomDesc}}</p>
|
|
|
+ <span class="card-title grey-text text-darken-4">{{room.displayName}}</span><div><span class="user-num">{{room.userPrivateNum}}</span> <i class="material-icons">perm_identity</i></div>
|
|
|
+ <p>{{room.roomDesc}}</p>
|
|
|
</div>
|
|
|
<div class="card-action">
|
|
|
- <a href=/private/{{name}} class="light-blue-text text-accent-4">Join Room</a>
|
|
|
+ <a href=/private/{{room.name}} class="light-blue-text text-accent-4">Join Room</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|