Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
c411b6b8
Unverified
Commit
c411b6b8
authored
Nov 14, 2017
by
Christopher Lee
Committed by
GitHub
Nov 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16565 from edx/clee/LEARNER-2892
Make redundant course dashboard course link unfocusable
parents
52e0ab92
b7ff46c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/templates/dashboard/_dashboard_course_listing.html
+1
-1
No files found.
lms/templates/dashboard/_dashboard_course_listing.html
View file @
c411b6b8
...
...
@@ -66,7 +66,7 @@ from util.course import get_link_for_about_page, get_encoded_course_sharing_utm_
<div
class=
"wrapper-course-image"
aria-hidden=
"true"
>
% if show_courseware_link:
% if not is_course_blocked:
<a
href=
"${course_target}"
data-course-key=
"${enrollment.course_id}"
class=
"cover"
>
<a
href=
"${course_target}"
data-course-key=
"${enrollment.course_id}"
class=
"cover"
tabindex=
"-1"
>
<img
src=
"${course_overview.image_urls['small']}"
class=
"course-image"
alt=
"${_('{course_number} {course_name} Home Page').format(course_number=course_overview.number, course_name=course_overview.display_name_with_default)}"
/>
</a>
% else:
...
...
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