Skip to content

Commit

Permalink
move custom download down the menu to be near Print preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Apr 19, 2017
1 parent 62dbdf3 commit 0d8d641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/templates/notebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<a href="#">Open...</a></li>
<!-- <hr/> -->
<li class="divider"></li>
<li id="custom_download"><a href="#">Custom Download</a></li>
<li id="copy_notebook"
title="Open a copy of this notebook's contents and start a new kernel">
<a href="#">Make a Copy...</a></li>
Expand All @@ -103,6 +102,7 @@
</li>
<li class="divider"></li>
<li id="print_preview"><a href="#">Print Preview</a></li>
<li id="custom_download"><a href="#">Custom Download</a></li>
<li class="dropdown-submenu"><a href="#">Download as</a>
<ul id="download_menu" class="dropdown-menu">
<li id="download_ipynb"><a href="#">Notebook (.ipynb)</a></li>
Expand Down

0 comments on commit 0d8d641

Please sign in to comment.