Class: Rapper::HtmlTags::JsTag

Inherits:
Tag
  • Object
show all
Defined in:
lib/rapper/html_tags.rb

Overview

JavaScript tag.

Class Method Summary collapse

Methods inherited from Tag

for

Class Method Details

.templatesObject



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