Sha256: 161c9913b323f1fb322d6fb6ea84fb2f25d80ba90d322726dc367b3b799a9ca8
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
<!-- The template to display files available for upload --> <script id="template-upload-<%= field.theme %>" type="text/x-tmpl"> {% for (var i=0, file; file=o.files[i]; i++) { %} <li class="template-upload loading ticket_file_item"> <span> <strong>{%=file.name%} is loading...</strong> </span> </li> {% } %} </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/views/uploader/ticket_files/_upload.html.erb |