Sha256: 398dc98ba0c5d3635d4c76f60923793c14b95c8ef5a251692b7477ddd801dd1b
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
.container .row .col-sm-10.col-sm-offset-1 %h1 FAQ - @faqs.each do |faq| .faq .title %a{ data: { toggle: "collapse" }, href: "##{faq.key.gsub( ".", "_")}" } = faq.title .icon .content.collapse.in{ id: faq.key.gsub( ".", "_") }= faq.body.html_safe
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
happy_seed-0.0.21 | lib/generators/happy_seed/simple_cms/templates/app/views/splash/faq.html.haml |