Skip to content

Instantly share code, notes, and snippets.

@linojon
Created July 17, 2012 20:52
Show Gist options
  • Save linojon/a64ea0e17059c4e96bc6 to your computer and use it in GitHub Desktop.
Save linojon/a64ea0e17059c4e96bc6 to your computer and use it in GitHub Desktop.
- helper
def iff(obj, &block)
with_output_buffer(&block) if obj.present?
end
- haml
= iff mountain.notes do |it|
%div
= markdown it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment