Skip to content

Commit

Permalink
Merge pull request #2103 from kbase/fix-dashboard-link
Browse files Browse the repository at this point in the history
change hamburger menu link to 'narratives'
  • Loading branch information
briehl authored Jan 27, 2021
2 parents e5396ad + abf1aff commit ebdb24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This is built on the Jupyter Notebook v6.0.2 (more notes will follow).

### Version NEXT
- SCT-2778 - convert data slideout, public tab, refseq data source to use searchapi2/rpc api rather than searchapi2/legacy.
- enhance integration testing support to add service, host, browser, screen size support
- Enhanced integration testing support to add service, host, browser, screen size support.
- Changed the "Dashboard" link in hamburger menu to "Narratives" and use the new /narratives path.

### Version 4.3.1
- Fixed problem where code cells could forget their toggled state after saving.
Expand Down
2 changes: 1 addition & 1 deletion kbase-extension/kbase_templates/narrative_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span class="fa fa-navicon"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="kb-nav-menu">
<li><a href="/#dashboard" target="_blank"><div class="kb-nav-menu-icon"><span class="fa fa-dashboard"></span></div> Dashboard</a></li>
<li><a href="/narratives" target="_blank"><div class="kb-nav-menu-icon"><span class="fa fa-files-o"></span></div> Narratives</a></li>
<li class="divider"></li>
<li><a id="kb-about-btn"><div class="kb-nav-menu-icon"><span class="fa fa-info-circle"></span></div> About the Narrative</a></li>
<li class="divider"></li>
Expand Down

0 comments on commit ebdb24d

Please sign in to comment.