editor: bring back summary view, this time in a main bar
[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 <% }); %>