Skip to content

Commit

Permalink
Change debugging view a bit in main2 template
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed May 1, 2014
1 parent 67f595d commit a6f9a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/main2.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="row panel">
<div class="columns small-12">
<div>
<h3>Main Controller</h3>
<h3>Main State</h3>
<p>
<span>Selected tokens: {{ state.currentTokensAsStringList() }}</span>
{{ state.selectedTokens }}
<deselector>
<button class="right small">Deselect all</button>
</deselector>
Expand Down

0 comments on commit a6f9a57

Please sign in to comment.