Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
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
f03797a8
Unverified
Commit
f03797a8
authored
4 years ago
by
Carla Duarte
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #26158 from edx/ciduarte/AA-568
AA-568: dates widget styling
parents
fdee99c4
878f9a30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/djangoapps/courseware/date_summary.py
+1
-1
1 addition, 1 deletion
lms/djangoapps/courseware/date_summary.py
openedx/features/course_experience/templates/course_experience/course-dates-fragment.html
+1
-1
1 addition, 1 deletion
...ce/templates/course_experience/course-dates-fragment.html
with
2 additions
and
2 deletions
lms/djangoapps/courseware/date_summary.py
+
1
−
1
View file @
f03797a8
...
...
@@ -429,7 +429,7 @@ class CourseAssignmentDate(DateSummary):
"""
Used to set the title_html and title properties for the assignment date block
"""
if
link
:
self
.
assignment_title_html
=
HTML
(
'
<a href=
"
{assignment_link}
"
class=
"
btn btn-outline-primary
"
>{assignment_title}</a>
'
'
<a href=
"
{assignment_link}
"
>{assignment_title}</a>
'
).
format
(
assignment_link
=
link
,
assignment_title
=
title
)
self
.
assignment_title
=
title
...
...
This diff is collapsed.
Click to expand it.
openedx/features/course_experience/templates/course_experience/course-dates-fragment.html
+
1
−
1
View file @
f03797a8
...
...
@@ -15,7 +15,7 @@ from django.utils.translation import ugettext as _
% endfor
% if dates_tab_enabled:
<div
class=
"dates-tab-link"
>
<a
class=
"btn btn-outline-primary"
href=
"${dates_tab_link}"
>
View all course dates
</a>
<a
href=
"${dates_tab_link}"
>
View all course dates
</a>
</div>
% endif
% endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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