Class: Rapper::HtmlTags::JsTag
Overview
JavaScript tag.
Class Method Summary collapse
Methods inherited from Tag
Class Method Details
.templates ⇒ Object
135 136 137 138 139 140 141 |
# File 'lib/rapper/html_tags.rb', line 135 def templates { :html => '<script type="text/javascript" src="<%= path %>"></script>', :html5 => "<script src=\"<%= path %>\"></script>", :xhtml => '<script type="text/javascript" src="<%= path %>"></script>' } end |