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
e1b2bf92
Commit
e1b2bf92
authored
Oct 01, 2014
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Opening Help Links in New Tab/Window
parent
1389ed4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
analytics_dashboard/templates/footer.html
+2
-1
analytics_dashboard/templates/header.html
+7
-5
No files found.
analytics_dashboard/templates/footer.html
View file @
e1b2bf92
...
...
@@ -7,7 +7,8 @@
<div
class=
"container"
>
<div
class=
"row"
>
{% captureas support_link_start %}
<a
class=
"support-link"
href=
"{% settings_value 'SUPPORT_URL' %}"
>
{% endcaptureas %}
{% captureas support_link_start %}
<a
class=
"support-link"
href=
"{% settings_value 'SUPPORT_URL' %}"
target=
"_blank"
>
{% endcaptureas %}
{% captureas support_link_end %}
</a>
{% endcaptureas %}
{% captureas email_link %}
...
...
analytics_dashboard/templates/header.html
View file @
e1b2bf92
...
...
@@ -21,12 +21,14 @@ Partial: App-wide header element
<div
class=
"collapse navbar-collapse"
id=
"main-nav"
>
<ul
class=
"nav navbar-nav navbar-right"
>
{% if help_url %}
<li>
<a
class=
"navbar-link "
data-track-type=
"click"
data-track-event=
"edx.bi.help.clicked"
href=
"{{ help_url }}"
>
{% trans "Help" %}
</a>
</li>
{% endif %}
<li>
<a
class=
"navbar-link "
data-track-type=
"click"
data-track-event=
"edx.bi.help.clicked"
href=
"{{ help_url }}"
target=
"_blank"
>
{% trans "Help" %}
</a>
</li>
{% endif %}
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle active-user navbar-link"
data-toggle=
"dropdown"
role=
"button"
id=
"userMenu"
>
<a
href=
"#"
class=
"dropdown-toggle active-user navbar-link"
data-toggle=
"dropdown"
role=
"button"
id=
"userMenu"
>
<i
class=
"ico-user fa fa-graduation-cap"
aria-hidden=
"true"
></i>
<span
class=
"active-user-name"
>
{{ request.user.username }}
</span>
<i
class=
"ico ico-indicator fa fa-caret-down"
></i>
...
...
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