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
3b9001fc
Commit
3b9001fc
authored
10 years ago
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6533 from edx/social-icon-classes
Make all the social links show icons
parents
c9381796
7fe267b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lms/templates/footer-edx-new.html
+3
-3
No files found.
lms/templates/footer-edx-new.html
View file @
3b9001fc
...
...
@@ -64,7 +64,7 @@
<span
class=
"copy"
>
${_("Twitter")}
</span>
</a>
<a
href=
"${settings.PLATFORM_FACEBOOK_ACCOUNT}"
title=
"Facebook"
>
<i
class=
"icon fa fa-facebook
-sign
element-invisible"
></i>
<i
class=
"icon fa fa-facebook element-invisible"
></i>
<span
class=
"copy"
>
${_("Facebook")}
</span>
</a>
<a
href=
"${settings.PLATFORM_MEETUP_URL}"
title=
"Meetup"
>
...
...
@@ -72,11 +72,11 @@
<span
class=
"copy"
>
${_("Meetup")}
</span>
</a>
<a
href=
"${settings.PLATFORM_LINKEDIN_URL}"
title=
"LinkedIn"
>
<i
class=
"icon fa fa-linkedin
-sign
element-invisible"
></i>
<i
class=
"icon fa fa-linkedin element-invisible"
></i>
<span
class=
"copy"
>
${_("LinkedIn")}
</span>
</a>
<a
href=
"${settings.PLATFORM_GOOGLE_PLUS_URL}"
title=
"Google+"
>
<i
class=
"icon fa fa-google-plus
-sign
element-invisible"
></i>
<i
class=
"icon fa fa-google-plus element-invisible"
></i>
<span
class=
"copy"
>
${_("Google+")}
</span>
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
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