mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #8215 from minrk/button-right-of-logo
add header_buttons block to page template
This commit is contained in:
commit
855799dc19
@ -85,6 +85,8 @@
|
||||
<div id="header-container" class="container">
|
||||
<div id="ipython_notebook" class="nav navbar-brand pull-left"><a href="{{default_url}}" title='dashboard'>{% block logo %}<img src='{{static_url("base/images/logo.png") }}' alt='Jupyter Notebook'/>{% endblock %}</a></div>
|
||||
|
||||
{% block header_buttons %}
|
||||
|
||||
{% block login_widget %}
|
||||
|
||||
<span id="login_widget">
|
||||
@ -97,6 +99,8 @@
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% endblock header_buttons %}
|
||||
|
||||
{% block headercontainer %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user