Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Good committed Aug 3, 2018
1 parent d2d4508 commit 4e99323
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/resources/templates/admin/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@ <h1 class="heading">YAP (Yet Another PEP)</h1>
</div>
</div>


<div class="panel-group" style="margin-top: 40px">
<br/><br/>
<div class="panel panel-primary">
<div class="panel-heading">
<span th:utext="${userName}"></span><br/>

<!-- <span th:text="${advice}" th:unless="${#strings.equals(advice,'Optional.empty')}"></span><br/>
<span th:if="${advice == 'badCredentialsException'}">banana</span>
<span th:if="${advice == 'Optional.empty'}">chupacabara</span> -->


<span>Your risk score is currently:</span><span class="text-danger" id="riskscore">0</span> <br/>
<span id="advice"></span>
</div>
Expand Down

0 comments on commit 4e99323

Please sign in to comment.