2
0
Эх сурвалжийг харах

Fixed issue where non-private rooms wouldn't show up.

KrisVos130 9 жил өмнө
parent
commit
8964a8db36

+ 12 - 12
app/client/templates/dashboard.html

@@ -13,19 +13,19 @@
                             <a href="/{{type}}" class="station_link"></a>
                         </div>
                     </div>
-                {{else}}
-                    <div class="col-md-4 col-sm-6 col-xs-12">
-                        <div class="station">
-                            <h3>{{display}}</h3>
-                            {{#with type=type}}
-                                <h5>{{currentSong.song.title}}</h5>
-                                <h6>{{currentSong.song.artist}}</h6>
-                            {{/with}}
-                            <a href="/{{type}}" class="station_link"></a>
-                        </div>
-                    </div>
                 {{/if}}
-            {{/if}}
+            {{else}}
+                <div class="col-md-4 col-sm-6 col-xs-12">
+                    <div class="station">
+                        <h3>{{display}}</h3>
+                        {{#with type=type}}
+                        <h5>{{currentSong.song.title}}</h5>
+                        <h6>{{currentSong.song.artist}}</h6>
+                        {{/with}}
+                        <a href="/{{type}}" class="station_link"></a>
+                    </div>
+                </div>
+            {{/if}}bug
         {{/each}}
     </div>
 </template>