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
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
e7d0970c
Unverified
Commit
e7d0970c
authored
4 years ago
by
adeel khan
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #23428 from edx/adeel/prod_1348_fix_adblocking_expore_course_link
Fix link for ad blocker.
parents
1296b6a7
51480918
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/static/sass/multicourse/_dashboard.scss
+1
-1
1 addition, 1 deletion
lms/static/sass/multicourse/_dashboard.scss
themes/edx.org/lms/templates/dashboard.html
+1
-1
1 addition, 1 deletion
themes/edx.org/lms/templates/dashboard.html
with
2 additions
and
2 deletions
lms/static/sass/multicourse/_dashboard.scss
+
1
−
1
View file @
e7d0970c
...
...
@@ -531,7 +531,7 @@
margin-bottom
:
$baseline
;
}
.
ad
-link
{
.
marketing
-link
{
@include
text-align
(
center
);
.btn-neutral
{
...
...
This diff is collapsed.
Click to expand it.
themes/edx.org/lms/templates/dashboard.html
+
1
−
1
View file @
e7d0970c
...
...
@@ -278,7 +278,7 @@ from student.models import CourseEnrollment
<div
class=
"advertise-message"
>
${_("Browse recently launched courses and see what's new in your favorite subjects.")}
</div>
<div
class=
"
ad
-link"
>
<div
class=
"
marketing
-link"
>
<a
class=
"btn-neutral"
href=
"${marketing_link('COURSES')}"
>
<span
class=
"icon fa fa-search"
aria-hidden=
"true"
></span>
${_("Explore New Courses")}
...
...
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