Skip to content

Commit

Permalink
Show lp_view progress bar when gamification is active - refs BT#9886 …
Browse files Browse the repository at this point in the history
…#TMI
  • Loading branch information
AngelFQC committed Jul 23, 2015
1 parent 95d9779 commit 3ae5310
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main/template/default/learnpath/view.tpl
Expand Up @@ -29,6 +29,13 @@
{{ "XPoints"|get_lang|format(gamification_points) }}
</div>
</div>
<div class="row">
<div class="col-xs-12 navegation-bar" id="lp_navigation_elem">
<div id="progress_bar">
{{ progress_bar }}
</div>
</div>
</div>
{% else %}
<div id="scorm-info" class="panel panel-default">
<div class="panel-heading">
Expand Down

0 comments on commit 3ae5310

Please sign in to comment.