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

Merge branch 'february_release' of https://github.com/Musare/Musare into february_release

Akira Laine 9 жил өмнө
parent
commit
f2e619b4f3

+ 4 - 0
app/client/stylesheets/app.css

@@ -338,3 +338,7 @@ hr{
         line-height: 1.8em;
         line-height: 1.8em;
     }
     }
 }
 }
+
+.vote_count {
+  vertical-align: middle;
+}

+ 5 - 2
app/client/templates/room.html

@@ -7,8 +7,11 @@
                         <li><a href="/"><i class="material-icons">home</i></a></li>
                         <li><a href="/"><i class="material-icons">home</i></a></li>
                         <li><a href="#add_song_modal" id="add-song-modal-button"><i
                         <li><a href="#add_song_modal" id="add-song-modal-button"><i
                                 class="material-icons">playlist_add</i></a></li>
                                 class="material-icons">playlist_add</i></a></li>
-                        <li><a href="#bug_report_modal"><i class="material-icons">bug_report</i></a></li>
-                        <li><a href="#" id="vote-skip"><i class="material-icons">skip_next</i> <span class="new badge">{{votes}}</span></a></li>
+                        <li><a href="#bug_report_modal"><i class="material-icons">flag</i></a></li>
+                        <li><a href="#"><i class="material-icons left">skip_next</i>{{votes}}</a></li>
+                        {{#if isAdmin}}
+                          <li><a href="#"><i class="material-icons">shuffle</i></a></li>
+                        {{/if}}
                     </ul>
                     </ul>
                     <span class="brand-logo center">{{type}}</span>
                     <span class="brand-logo center">{{type}}</span>
                     <ul class="right hide-on-med-and-down">
                     <ul class="right hide-on-med-and-down">