Sha256: 798e25f921b2b579548ad5270300c9ea61a85ee4d03e4fccd0af110a318b1044
Contents?: true
Size: 376 Bytes
Versions: 33
Compression:
Stored size: 376 Bytes
Contents
<!-- Simple wrapper for the `javascript_include_tag` helper. The `name` attribute can be a comma-separated list of script file names. --> <def tag="javascript" attrs="name"> <if test="&name.is_a?(Symbol)"> <%= javascript_include_tag name %> </if> <else> <repeat with="&comma_split(name)"> <%= javascript_include_tag this %> </repeat> </else> </def>
Version data entries
33 entries across 33 versions & 1 rubygems