Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
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-analytics-dashboard
Commits
485e2ba1
Commit
485e2ba1
authored
Aug 26, 2016
by
Anjali Pal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add accessible menu names
parent
aaf5ea73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
analytics_dashboard/templates/header.html
+1
-0
analytics_dashboard/templates/lens-navigation.html
+1
-0
No files found.
analytics_dashboard/templates/header.html
View file @
485e2ba1
...
@@ -36,6 +36,7 @@ Partial: App-wide header element
...
@@ -36,6 +36,7 @@ Partial: App-wide header element
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
<button
class=
"dropdown-toggle active-user navbar-link"
data-toggle=
"dropdown"
<button
class=
"dropdown-toggle active-user navbar-link"
data-toggle=
"dropdown"
aria-controls=
"userDropdownMenu"
id=
"userMenu"
>
aria-controls=
"userDropdownMenu"
id=
"userMenu"
>
<span
class=
"sr-only"
>
{% trans "Menu for" %}
</span>
<span
class=
"ico-user fa fa-graduation-cap"
aria-hidden=
"true"
></span>
<span
class=
"ico-user fa fa-graduation-cap"
aria-hidden=
"true"
></span>
<span
class=
"active-user-name"
>
{{ request.user.username }}
</span>
<span
class=
"active-user-name"
>
{{ request.user.username }}
</span>
<span
class=
"ico ico-indicator fa fa-caret-down"
aria-hidden=
"true"
></span>
<span
class=
"ico ico-indicator fa fa-caret-down"
aria-hidden=
"true"
></span>
...
...
analytics_dashboard/templates/lens-navigation.html
View file @
485e2ba1
...
@@ -12,6 +12,7 @@ Partial for displaying the lens navigation and the sections within the lenses.
...
@@ -12,6 +12,7 @@ Partial for displaying the lens navigation and the sections within the lenses.
<button
class=
"dropdown-toggle navbar-link"
data-toggle=
"dropdown"
id=
"lensPrimaryMenu"
<button
class=
"dropdown-toggle navbar-link"
data-toggle=
"dropdown"
id=
"lensPrimaryMenu"
aria-controls=
"lensDropdownMenu"
>
aria-controls=
"lensDropdownMenu"
>
<span
class=
"link-label"
>
<span
class=
"link-label"
>
<span
class=
"sr-only"
>
{% trans "Lens Menu." %}
</span>
<span
class=
"ico fa {{ primary_nav_item.icon }}"
aria-hidden=
"true"
></span>
<span
class=
"ico fa {{ primary_nav_item.icon }}"
aria-hidden=
"true"
></span>
{{ primary_nav_item.label }}
{{ primary_nav_item.label }}
{# Translators: This refers to the active tab/navigation item. #}
{# Translators: This refers to the active tab/navigation item. #}
...
...
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