You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nbgitpuller/templates/status.html
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
{% endblock %}
13
13
14
14
{% block site %}
15
-
<divclass="container"">
15
+
<divclass="container">
16
16
<divclass="page-header">
17
17
Synchronizing <ahref="{{ repo }}">git repository</a> before sending you to <strong>{{ path }}...</strong>
18
18
</div>
@@ -30,8 +30,15 @@
30
30
<divid="status-details"></div>
31
31
</div>
32
32
</div>
33
-
<divid="recovery-link" class="hidden">
34
-
<aclass="btn btn-warning" href="{{ base_url }}" aria-label="Go to the Jupyter server without synchronizing content">Proceed to server without synchronizing</a>
<aclass="btn btn-warning" href="{{ base_url }}" aria-label="Go to the Jupyter server without synchronizing content">Proceed to server without synchronizing</a>
0 commit comments