code indentation (I am a little bit picky)
This commit is contained in:
parent
2942ce58c8
commit
537e222f79
@ -5,7 +5,7 @@ module Locomotive
|
||||
|
||||
# Write the link to a stylesheet resource
|
||||
# input: url of the css file
|
||||
def stylesheet_tag(input,media='screen')
|
||||
def stylesheet_tag(input,media = 'screen')
|
||||
return '' if input.nil?
|
||||
|
||||
unless input =~ /^(\/|http:)/
|
||||
|
Loading…
Reference in New Issue
Block a user