Guest User

Untitled

a guest
Jan 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def shadow
  2. content_tag :div, :class => 'b-shadow' do
  3. result = ''
  4. result += content_tag :div, '', :class => 'b-shadow-left'
  5. result += content_tag :div, '', :class => 'b-shadow-right'
  6. result += content_tag :div, '', :class => 'b-shadow-center'
  7. result.html_safe
  8. end
  9. end
Add Comment
Please, Sign In to add comment