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
OpenEdx
edx-platform
Commits
98968a68
Commit
98968a68
authored
Oct 02, 2017
by
Gabe Mulley
Committed by
Dillon Dumesnil
Oct 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change verified cert image
parent
d046082a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
openedx/features/course_experience/static/course_experience/images/verified-cert.png
+0
-0
openedx/features/course_experience/static/course_experience/js/CourseHome.js
+1
-1
openedx/features/course_experience/static/course_experience/js/spec/CourseHome_spec.js
+1
-1
No files found.
openedx/features/course_experience/static/course_experience/images/verified-cert.png
View replaced file @
d046082a
View file @
98968a68
58.6 KB
|
W:
|
H:
21.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
openedx/features/course_experience/static/course_experience/js/CourseHome.js
View file @
98968a68
...
@@ -77,7 +77,7 @@ export class CourseHome { // eslint-disable-line import/prefer-default-export
...
@@ -77,7 +77,7 @@ export class CourseHome { // eslint-disable-line import/prefer-default-export
const
logEventProperties
=
{
courseRunKey
:
this
.
courseRunKey
};
const
logEventProperties
=
{
courseRunKey
:
this
.
courseRunKey
};
const
promotionEventProperties
=
{
const
promotionEventProperties
=
{
promotion_id
:
'courseware_verified_certificate_upsell'
,
promotion_id
:
'courseware_verified_certificate_upsell'
,
creative
:
'
original_hero
'
,
creative
:
'
hero_matthew_smith
'
,
name
:
'In-Course Verification Prompt'
,
name
:
'In-Course Verification Prompt'
,
position
:
'hero'
,
position
:
'hero'
,
};
};
...
...
openedx/features/course_experience/static/course_experience/js/spec/CourseHome_spec.js
View file @
98968a68
...
@@ -50,7 +50,7 @@ describe('Course Home factory', () => {
...
@@ -50,7 +50,7 @@ describe('Course Home factory', () => {
describe
(
'Upgrade message events'
,
()
=>
{
describe
(
'Upgrade message events'
,
()
=>
{
const
segmentEventProperties
=
{
const
segmentEventProperties
=
{
promotion_id
:
'courseware_verified_certificate_upsell'
,
promotion_id
:
'courseware_verified_certificate_upsell'
,
creative
:
'
original_hero
'
,
creative
:
'
hero_matthew_smith
'
,
name
:
'In-Course Verification Prompt'
,
name
:
'In-Course Verification Prompt'
,
position
:
'hero'
,
position
:
'hero'
,
};
};
...
...
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