Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-proctoring
Commits
6e4b6987
Commit
6e4b6987
authored
Jan 05, 2017
by
alisan617
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i to span for icons
parent
48519bef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
edx_proctoring/static/proctoring/spec/proctored_exam_attempt_spec.js
+1
-1
edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore
+2
-2
No files found.
edx_proctoring/static/proctoring/spec/proctored_exam_attempt_spec.js
View file @
6e4b6987
...
@@ -59,7 +59,7 @@ describe('ProctoredExamAttemptView', function () {
...
@@ -59,7 +59,7 @@ describe('ProctoredExamAttemptView', function () {
'<div class="search-attempts">'
+
'<div class="search-attempts">'
+
'<input type="text" id="search_attempt_id" placeholder="e.g johndoe or john.doe@gmail.com"'
+
'<input type="text" id="search_attempt_id" placeholder="e.g johndoe or john.doe@gmail.com"'
+
'<% if (inSearchMode) { %> value="<%= searchText %>" <%} %>'
+
'<% if (inSearchMode) { %> value="<%= searchText %>" <%} %>'
+
'/> <span class="search"><
i class="fa fa-search"></i></span> <span class="clear-search"><i class="fa fa-remove"></i></i
></span>'
+
'/> <span class="search"><
span class="icon fa fa-search" aria-hidden="true"></span></span> <span class="clear-search"><span class="icon fa fa-remove" aria-hidden="true"></span
></span>'
+
'</div>'
+
'</div>'
+
'<ul class="pagination">'
+
'<ul class="pagination">'
+
'<% if (!pagination_info.has_previous){ %>'
+
'<% if (!pagination_info.has_previous){ %>'
+
...
...
edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore
View file @
6e4b6987
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
value="<%= searchText %>"
value="<%= searchText %>"
<%} %>
<%} %>
/>
/>
<span class="search"><
i class="fa fa-search"></i
></span>
<span class="search"><
span class="icon fa fa-search" aria-hidden="true"></span
></span>
<span class="clear-search"><
i class="fa fa-remove"></i></i
></span>
<span class="clear-search"><
span class="icon fa fa-remove" aria-hidden="true"></span
></span>
</div>
</div>
<ul class="pagination">
<ul class="pagination">
<% if (!pagination_info.has_previous){ %>
<% if (!pagination_info.has_previous){ %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment