fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleanup: removing unused vkbeautify library
[fnpeditor.git]
/
src
/
editor
/
modules
/
rng
/
documentSummary.html
1
<li><%= gettext('Draft Saved') %>: <span class="draft"></span></li>
2
<% properties.forEach(function(propertyDesc) { %>
3
<li>
4
<%= propertyDesc.label %>: <%= propertyValues[propertyDesc.name] %>
5
</li>
6
<% }); %>