learner_profile.underscore 688 Bytes
Newer Older
muzaffaryousaf committed
1 2 3 4
<div class="profile <%- ownProfile ? 'profile-self' : 'profile-other' %>">
    <div class="wrapper-profile-field-account-privacy"></div>
    <div class="wrapper-profile-sections account-settings-container">
        <div class="wrapper-profile-section-one">
5
            <div class="profile-image-field">
muzaffaryousaf committed
6 7 8 9 10
            </div>
            <div class="profile-section-one-fields">
            </div>
        </div>
        <div class="ui-loading-error is-hidden">
11
            <span class="fa fa-exclamation-triangle message-error" aria-hidden="true"></span>
12
            <span class="copy"><%- gettext("An error occurred. Try loading the page again.") %></span>
muzaffaryousaf committed
13 14 15
        </div>
    </div>
</div>