issue #260 fixed

parent 52759a3c
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<button class="btn btn-default" btn-radio="'new'" ng-model="section"> <button class="btn btn-default" btn-radio="'new'" ng-model="section">
<span class="glyphicon glyphicon-record"></span> {{ 'new_session' | translate }} <span class="glyphicon glyphicon-record"></span> {{ 'new_session' | translate }}
</button> </button>
<button class="btn btn-default" btn-radio="'previous'" ng-model="section" ng-click="load_tries()"> <button class="btn btn-default" btn-radio="'previous'" ng-model="section" ng-click="load_tries()" ng-if="wsessions.length > 0">
<span class="glyphicon glyphicon-transfer"></span> {{ 'previous_sessions' | translate }} <span class="glyphicon glyphicon-transfer"></span> {{ 'previous_sessions' | translate }}
</button> </button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment