X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..75e12ca1b25cdcdb457ee2a159a0bf4287841c63:/src/editor/views/tabs/templates/handle.html

diff --git a/src/editor/views/tabs/templates/handle.html b/src/editor/views/tabs/templates/handle.html
index b828ce4..12b0c9f 100644
--- a/src/editor/views/tabs/templates/handle.html
+++ b/src/editor/views/tabs/templates/handle.html
@@ -1 +1 @@
-<li><a href="#<%= slug %>"><% if(icon) { %><i class="icon-<%= icon %>"></i><% } %><%= text %></a></li>
\ No newline at end of file
+<li<% if(tutorial) { %> data-toggle="tutorial" data-tutorial="<%= tutorial.index %>" data-placement="bottom" data-content="<%= tutorial.text %>"<% } %>><a href="#<%= slug %>"><% if(icon) { %><i class="icon-<%= icon %>"></i><% } %><%= text %></a></li>
\ No newline at end of file