Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

guwd 5 yıl önce
ebeveyn
işleme
f45398f36c
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      src/main/webapp/WEB-INF/macro.ftl

+ 7 - 0
src/main/webapp/WEB-INF/macro.ftl

@@ -0,0 +1,7 @@
+<#macro ms_file jsonString>
+    <#if jsonString??&&jsonString!=''>
+        <@compress>
+            ${jsonString?eval[0].path}
+        </@compress>
+    </#if>
+</#macro>