Undo change to the help links

The change we were making here was to support adding rel="noreferrer".
Since this should likely be done for all jupyter notebooks (and not just
us) I am removing this change.  We are hashing out the finer details of
this on the security group.
Christopher Wilcox 11 years ago
parent 6901b31697
commit 83536924e1

@ -267,7 +267,7 @@ data-notebook-path="{{notebook_path}}"
{% for helplinks in sections %}
{% for link in helplinks %}
<li><a class='help_link' href="{{link[0]}}" {{'target="_blank" title="Opens in a new window"' if link[2]}}>
<li><a href="{{link[0]}}" {{'target="_blank" title="Opens in a new window"' if link[2]}}>
{{'<i class="fa fa-external-link menu-icon pull-right"></i>' if link[2]}}
{{link[1]}}
</a></li>

Loading…
Cancel
Save