Merge pull request #819 from Carreau/pluralize

Pluralize action on multiple outputs
Jonathan Frederic 10 years ago
commit c2dfc10fa5

@ -200,7 +200,7 @@ data-notebook-path="{{notebook_path | urlencode}}"
</ul>
</li>
<li class="divider"></li>
<li id="current_outputs" class="dropdown-submenu"><a href="#">Current Output</a>
<li id="current_outputs" class="dropdown-submenu"><a href="#">Current Outputs</a>
<ul class="dropdown-menu">
<li id="toggle_current_output"
title="Hide/Show the output of the current cell">

Loading…
Cancel
Save