Refactoring: aliasing requirejs module names
[fnpeditor.git] / views / tabs / templates / handle.html
index e5c4728..b828ce4 100644 (file)
@@ -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