Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
4b6cf480
Commit
4b6cf480
authored
5 years ago
by
Adeel Khan
Browse files
Options
Downloads
Patches
Plain Diff
Adds instagram and removes google-plus footer links
PROD-1178
parent
2043a294
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lms/djangoapps/branding/tests/test_api.py
+2
-2
2 additions, 2 deletions
lms/djangoapps/branding/tests/test_api.py
lms/djangoapps/courseware/tests/test_footer.py
+2
-2
2 additions, 2 deletions
lms/djangoapps/courseware/tests/test_footer.py
lms/envs/common.py
+7
-7
7 additions, 7 deletions
lms/envs/common.py
with
11 additions
and
11 deletions
lms/djangoapps/branding/tests/test_api.py
+
2
−
2
View file @
4b6cf480
...
...
@@ -148,8 +148,8 @@ class TestFooter(TestCase):
'
icon-class
'
:
'
fa-twitter-square
'
,
'
title
'
:
'
Twitter
'
},
{
'
url
'
:
'
#
'
,
'
action
'
:
'
Follow
\xe9
dX on LinkedIn
'
,
'
name
'
:
'
linkedin
'
,
'
icon-class
'
:
'
fa-linkedin-square
'
,
'
title
'
:
'
LinkedIn
'
},
{
'
url
'
:
'
#
'
,
'
action
'
:
'
Follow
\xe9
dX on
Google+
'
,
'
name
'
:
'
google_plus
'
,
'
icon-class
'
:
'
fa-
google-plus-square
'
,
'
title
'
:
'
Google+
'
},
{
'
url
'
:
'
#
'
,
'
action
'
:
'
Follow
\xe9
dX on
Instagram
'
,
'
name
'
:
'
instagram
'
,
'
icon-class
'
:
'
fa-
instagram
'
,
'
title
'
:
'
Instagram
'
},
{
'
url
'
:
'
#
'
,
'
action
'
:
'
Subscribe to the
\xe9
dX subreddit
'
,
'
name
'
:
'
reddit
'
,
'
icon-class
'
:
'
fa-reddit-square
'
,
'
title
'
:
'
Reddit
'
}
],
...
...
This diff is collapsed.
Click to expand it.
lms/djangoapps/courseware/tests/test_footer.py
+
2
−
2
View file @
4b6cf480
...
...
@@ -22,7 +22,7 @@ class TestFooter(TestCase):
SOCIAL_MEDIA_NAMES
=
[
"
facebook
"
,
"
google_plus
"
,
"
instagram
"
,
"
twitter
"
,
"
linkedin
"
,
"
tumblr
"
,
...
...
@@ -33,7 +33,7 @@ class TestFooter(TestCase):
SOCIAL_MEDIA_URLS
=
{
"
facebook
"
:
"
http://www.facebook.com/
"
,
"
google_plus
"
:
"
https://
plus.google
.com/
"
,
"
instagram
"
:
"
https://
instagram
.com/
"
,
"
twitter
"
:
"
https://twitter.com/
"
,
"
linkedin
"
:
"
http://www.linkedin.com/
"
,
"
tumblr
"
:
"
http://www.tumblr.com/
"
,
...
...
This diff is collapsed.
Click to expand it.
lms/envs/common.py
+
7
−
7
View file @
4b6cf480
...
...
@@ -2599,7 +2599,7 @@ SOCIAL_MEDIA_FOOTER_NAMES = [
"
twitter
"
,
# "youtube", see PROD-816 for more details
"
linkedin
"
,
"
google_plus
"
,
"
instagram
"
,
"
reddit
"
,
]
...
...
@@ -2631,12 +2631,12 @@ SOCIAL_MEDIA_FOOTER_DISPLAY = {
"
icon
"
:
"
fa-linkedin-square
"
,
"
action
"
:
_
(
u
"
Follow {platform_name} on LinkedIn
"
)
},
"
google_plus
"
:
{
# Translators: This is the website name of
plus.google
.com. Please
# translate this the way that
Google+
advertises in your language.
"
title
"
:
_
(
"
Google+
"
),
"
icon
"
:
"
fa-
google-plus-square
"
,
"
action
"
:
_
(
u
"
Follow {platform_name} on
Google+
"
)
"
instagram
"
:
{
# Translators: This is the website name of
www.instagram
.com. Please
# translate this the way that
Instagram
advertises in your language.
"
title
"
:
_
(
"
Instagram
"
),
"
icon
"
:
"
fa-
instagram
"
,
"
action
"
:
_
(
u
"
Follow {platform_name} on
Instagram
"
)
},
"
tumblr
"
:
{
# Translators: This is the website name of www.tumblr.com. Please
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment