fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow for creating footnote from selected text
[fnpeditor.git]
/
views
/
tabs
/
templates
/
handle.html
diff --git
a/views/tabs/templates/handle.html
b/views/tabs/templates/handle.html
index
e5c4728
..
b828ce4
100644
(file)
--- a/
views/tabs/templates/handle.html
+++ b/
views/tabs/templates/handle.html
@@
-1
+1
@@
-<li><a href="#<%= slug %>"><%
= title
%></a></li>
\ No newline at end of file
+<li><a href="#<%= slug %>"><%
if(icon) { %><i class="icon-<%= icon %>"></i><% } %><%= text
%></a></li>
\ No newline at end of file