issue #416 fixed

parent bd0ad3fd
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
<div ng-show="!flags.showTries[$index]"> <div ng-show="!flags.showTries[$index]">
{{ 'show' | translate }} <span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span> {{ 'show' | translate }} <span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span>
</div> </div>
<div ng-show="flags.showTries"> <div ng-show="flags.showTries[$index]">
{{ 'hide' | translate }} <span class="glyphicon glyphicon-collapse-up" aria-hidden="true"></span> {{ 'hide' | translate }} <span class="glyphicon glyphicon-collapse-up" aria-hidden="true"></span>
</div> </div>
</button> </button>
......
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