Created
March 6, 2015 07:42
-
-
Save muhammad-ammar/a9782f68dfa159820e94 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="settings-sections"> | |
<div class="section-header"> | |
<%- gettext("Account Settings") %> | |
<small class="subtitle"><%- gettext("A collection of all your account settings, including basic personalization controls, demographic information, and linked social accounts.") %></small> | |
</div> | |
<ol> | |
<li class="list-section"> | |
<div class="list-section-header"> | |
<h3> Basic Account Information </h3> | |
</div> | |
<hr class="divider divider-lv1"> | |
<div class="list-item"> | |
<label> | |
<%- gettext('Username') %> | |
</label> | |
<label> | |
<%- gettext(username) %> | |
</label> | |
</div> | |
<hr class="divider divider-lv1"> | |
<div class="list-item"> | |
<label> | |
<%- gettext('Full Name') %> | |
</label> | |
<label> | |
<%- gettext(fullname) %> | |
</label> | |
</div> | |
<hr class="divider divider-lv1"> | |
</li> | |
<li class="list-section"> | |
<div class="list-section-header"> | |
<h3> Demographics and Additional Details </h3> | |
</div> | |
<hr class="divider divider-lv1"> | |
</li> | |
<li class="list-section"> | |
<div class="list-section-header"> | |
<h3> Connected Accounts </h3> | |
</div> | |
<hr class="divider divider-lv1"> | |
</li> | |
</ol> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment