Commit 28072773 by Marco Morales

Merge pull request #8092 from edx/marco/dashboard/rebase-cleanup

BUG - remove username label from dashboard sidebar #UX-2153
parents e124fb06 e121aa47
......@@ -155,7 +155,7 @@
<section class="profile-sidebar" id="profile-sidebar" role="region" aria-label="User info">
<header class="profile">
<h2 class="username-header"><span class="sr">${_("Username")}: </span><span class="username-label">${ user.username }</span></h2>
<h2 class="username-header"><span class="sr">${_("Username")}: </span></h2>
</header>
<section class="user-info">
<ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment