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
c72d2b56
Commit
c72d2b56
authored
Jul 13, 2016
by
Chris
Committed by
GitHub
Jul 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12990 from edx/clrux/tabs-hotfix
Hotfix for tabs
parents
71bebec5
63826302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
10 deletions
+1
-10
lms/djangoapps/teams/static/teams/js/views/teams_tab.js
+1
-10
No files found.
lms/djangoapps/teams/static/teams/js/views/teams_tab.js
View file @
c72d2b56
...
...
@@ -140,16 +140,7 @@
url
:
'my-teams'
,
view
:
this
.
myTeamsView
},
{
title
:
HtmlUtils
.
interpolateHtml
(
// Translators: sr_start and sr_end surround text meant only for screen readers.
// The whole string will be shown to users as "Browse teams" if they are using a
// screenreader, and "Browse" otherwise.
gettext
(
'Browse {sr_start} teams {sr_end}'
),
{
sr_start
:
HtmlUtils
.
HTML
(
'<span class="sr">'
),
sr_end
:
HtmlUtils
.
HTML
(
'</span>'
)
}
),
title
:
gettext
(
'Browse'
),
url
:
'browse'
,
view
:
this
.
topicsView
}],
...
...
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