Top "Haml" questions

HAML is a markup language that’s used to cleanly and simply describe the HTML of any web document without the use of inline code.

How to remove unwanted indent from HAML's pre tag

I have problem with <pre>, here is my code, and the screenshot is attached below. How to remove …

haml
How to have blank lines in a .text.haml document?

I'm creating an email notification in a .text.haml document. How does one denote a blank line? = @variable.name + " , you …

ruby-on-rails haml
HAML nesting tags

I'm trying to nest this %h1 Admin Menu %small logged in as: #{session[:username]} To get something like this <…

haml
Rails Internationalization: i18n look up with nested locales directories

I am trying to organize my localization files with a nested file structure so that it is easier to look …

ruby-on-rails internationalization ruby-on-rails-4 haml i18n-gem
How do you use multiple css classes in HAML?

If I am chaining multiple css classes where the HTML would come out looking like: <a class="btn primary …

css haml