Skip to content

Commit

Permalink
Better space management in panel.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 13, 2013
1 parent ffddb26 commit 1499c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DurandalAuth.Web/App/main-built.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DurandalAuth.Web/App/views/admin/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4>Check the list of the registered users on this site</h4>
</div>
<div class="col-xs-9 h-vcenter-parent">
<div class="h-vcenter-child">
<h4 data-bind="text: '# ' + userProfileId() + ' ' + userName()"></h4>
<h4 data-bind="text: userName"></h4>
</div>
</div>
</div>
Expand Down

0 comments on commit 1499c06

Please sign in to comment.