diff --git a/arsnova.click/client/templates/live_results.html b/arsnova.click/client/templates/live_results.html
index 434c626a2333814badf3662fe540cb9c44818086..4e40b123e4fe9f45c96b00ec5b3f81f1df6d84ee 100644
--- a/arsnova.click/client/templates/live_results.html
+++ b/arsnova.click/client/templates/live_results.html
@@ -81,14 +81,12 @@
                             <span class="ansBtn">Antworten</span>
                         </button>
                     </div>
-                </div>
-                <div class="row">
                     {{#if sessionClosed}}
                         {{#if showLeaderBoardButton}}
                             <div class="col-xs-4">
                                 <button id="js-btn-showLeaderBoard" type="button"
                                         class="btn btn-info btn-lg btn-answerOption">
-                                    <span class="glyphicon glyphicon glyphicon-th-list glyph-left" aria-hidden="true"></span>
+                                    <span class="glyphicon glyphicon-flag glyph-left" aria-hidden="true"></span>
                                     <span class="ansBtn">Rangliste</span>
                                 </button>
                             </div>