Slim is a lightweight template engine for Ruby whose goal is reduce the syntax to the essential parts without becoming cryptic.
I have trouble understanding basic Slim syntax. First question, how to do you enter new line (line break)? Second request, …
ruby-on-rails templates slim-langI am working on a Ruby on Rails project and am needing to customize default views provided by Gems. The …
ruby-on-rails-3.2 slim-langI have looked at the documentation of slim, and I still can't figure out how to do this in slim: &…
ruby-on-rails slim-langli = link_to 'Account', '#account', data: { toggle: 'tab' } I need span tags around 'Account'.
html ruby-on-rails ruby slim-langI would like to install the slim textmate bundle to sublime2. I went to this link slim textmate bundle I …
slim-langMany of my views are SLIM templates and I wish to add a vote_form partial to my app. How …
ruby-on-rails slim-langHow do I nest the 'Featured' text inside the a tag, given the span, the text, and the other span …
ruby-on-rails ruby slim-langI would like a horizontally scrollable gallery like the one on the image. My current markup is this (it is …
html css slim-langWhen writing HTML comments in SLIM: /! The first line of comments /! The second line of comments The output becomes <!…
ruby templates slim-langI understand how to embed javascript using javascript: in a slim template. Is there a way for me to reference …
javascript slim-lang