Skip to content

Commit a3b79be

Browse files
committed
[ZEPPELIN-4575] Switched to the use of noteName variable instead of notePath variable as it does not contain leading /
1 parent 4f532aa commit a3b79be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web/src/app/notebook/notebook-actionBar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>
2424
tooltip-placement="bottom"
2525
uib-tooltip={{noteName(note)}}
2626
ng-click="input.showEditor = !revisionView; input.value = note.name"
27-
ng-show="!input.showEditor"><span>{{notePath(note)}}</span></p>
27+
ng-show="!input.showEditor"><span>{{noteName(note)}}</span></p>
2828
</div>
2929
<div style="float: left; padding-bottom: 10px">
3030
<span class="labelBtn btn-group">

0 commit comments

Comments
 (0)