cleaner display for user profiles

pull/612/head
Justin Richer 2014-06-04 14:39:47 -04:00
parent 8861220632
commit 72c4a394fe
1 changed files with 4 additions and 0 deletions

View File

@ -78,7 +78,11 @@
<!-- user profile -->
<script type="text/html" id="tmpl-user-profile">
<div>Your user profile has the following information:</div>
<dl class="dl-horizontal">
<dt><span class="text-info">Claim name:</span></dt>
<dd><span class="text-info">Claim value:</span></dt>
</dl>
</script>