-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #734 from edx/bseverino/markup-fix
Change proctored exam attempts section to div
- Loading branch information
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="wrapper-content wrapper"> | ||
<% var is_proctored_attempts = proctored_exam_attempts.length !== 0 %> | ||
<section class="content exam-attempts-content"> | ||
<div class="content exam-attempts-content"> | ||
<div class="top-header"> | ||
<div class='search-attempts'> | ||
<input type="text" id="search_attempt_id" placeholder="e.g johndoe or [email protected]" | ||
|
@@ -126,5 +126,5 @@ | |
<p> No exam results found. </p> | ||
<% } %> | ||
|
||
</section> | ||
</div> | ||
</div> |
This file contains 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