Thank you very much for this code:
h.content_tag :ul, class: 'fancy' do
h.concat h.content_tag :li, h.link_to('home', h.root_path) h.concat h.content_tag :li, h.content_tag(:p, "nightmare!")
end
This really saves me a lot of time, I'll try mab gem next time :)
Thank you very much for this code:
h.content_tag :ul, class: 'fancy' do
end
This really saves me a lot of time, I'll try mab gem next time :)