Module: Keydown::HtmlHelpers
- Included in:
- SlideDeck::Context
- Defined in:
- lib/keydown/html_helpers.rb
Instance Method Summary collapse
Instance Method Details
#script(src) ⇒ Object
8 9 10 |
# File 'lib/keydown/html_helpers.rb', line 8 def script(src) %Q{<script src="#{src}" type="text/javascript"></script>} end |
#stylesheet(src) ⇒ Object
4 5 6 |
# File 'lib/keydown/html_helpers.rb', line 4 def stylesheet(src) %Q{<link href="#{src}" rel="stylesheet" type="text/css"/>} end |