Template fixes

This commit is contained in:
ZomgPonies
2014-07-16 03:08:34 -04:00
parent 1fe2cefe5f
commit dfb9a40e72
2 changed files with 2 additions and 4 deletions
+1 -4
View File
@@ -7,7 +7,4 @@ to easily add conditionals (if statements), loops (for loops) and custom formatt
Templates are stored in the /nano/templates folder and the file extension is .tmpl.
This guide is a work in progress. However the templating system is "JSRender", and documentation for it's
markup syntax can be found here: http://www.jsviews.com/#jsrtags
This guide is being replaced with a wiki entry, found here: http://baystation12.net/wiki/index.php?title=NanoUI
+1
View File
@@ -38,6 +38,7 @@ Used In File(s): \code\modules\reagents\Chemistry-Machinery.dm
{{for data.chemicals}}
{{:helper.link(value.title, 'circle-arrow-s', value.commands, null, data.glass ? 'fixedLeftWide' : 'fixedLeft')}}
{{/for}}
</div>
</div>
<div class="item">&nbsp;</div>