We Recommend

The Rails Way The Rails Way
Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable.


Posted By

imakethings on 06/27/07


Tagged

rails helper contenttag


Versions (?)


content_tag (modified): Part 2 (the view)


Published in: Rails 


  1. <%= content_tag 'div', :class => 'products' do
  2. content_tag 'ul', :class => 'list' do
  3. content_tag 'li', :class => 'item1'
  4. content_tag 'li', :class => 'item1'
  5. end
  6. end
  7. %>

Report this snippet 

You need to login to post a comment.