##// END OF EJS Templates
Add title to read-only indicator.
Jonathan Frederic -
Show More
@@ -62,7 +62,7 b' data-notebook-path="{{notebook_path}}"'
62 <span class="kernel_indicator_name">Kernel</span>
62 <span class="kernel_indicator_name">Kernel</span>
63 <i id="kernel_indicator_icon"></i>
63 <i id="kernel_indicator_icon"></i>
64 </p>
64 </p>
65 <i id="readonly-indicator" class="navbar-text">
65 <i id="readonly-indicator" class="navbar-text" title='This notebook is read-only'>
66 <span class="fa-stack">
66 <span class="fa-stack">
67 <i class="fa fa-save fa-stack-1x"></i>
67 <i class="fa fa-save fa-stack-1x"></i>
68 <i class="fa fa-ban fa-stack-2x text-danger"></i>
68 <i class="fa fa-ban fa-stack-2x text-danger"></i>
General Comments 0
You need to be logged in to leave comments. Login now