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
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
ce8c17d9
Unverified
Commit
ce8c17d9
authored
4 years ago
by
Carla Duarte
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #25409 from edx/ciduarte/AA-387
AA-387: Removing shift dates banner from mobile app view
parents
6ff64369
9a59d48e
No related branches found
Branches containing commit
Tags
release-2020-12-15-18.35
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/templates/courseware/courseware-chromeless.html
+0
-3
0 additions, 3 deletions
lms/templates/courseware/courseware-chromeless.html
with
0 additions
and
3 deletions
lms/templates/courseware/courseware-chromeless.html
+
0
−
3
View file @
ce8c17d9
...
@@ -11,9 +11,6 @@ from openedx.core.djangolib.js_utils import js_escaped_string
...
@@ -11,9 +11,6 @@ from openedx.core.djangolib.js_utils import js_escaped_string
<
%
def
name=
"course_name()"
>
<
%
def
name=
"course_name()"
>
<
%
return
_
("{
course_number
}
Courseware
"
).format(course_number=
course.display_number_with_default)
%
>
<
%
return
_
("{
course_number
}
Courseware
"
).format(course_number=
course.display_number_with_default)
%
>
</
%
def>
</
%
def>
% if is_mobile_app:
<
%
include
file=
"/dates_banner.html"
/>
% endif
<
%
block
name=
"bodyclass"
>
view-in-course view-courseware courseware ${course.css_class or ''}
</
%
block>
<
%
block
name=
"bodyclass"
>
view-in-course view-courseware courseware ${course.css_class or ''}
</
%
block>
<
%
block
name=
"title"
><title>
<
%
block
name=
"title"
><title>
% if section_title:
% if section_title:
...
...
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