Blog » Blog Entry

link_to

April 1, 2006

If you need to add a css class to a link_to(), do this:

<%= link_to 'Admin Home',
            { :controller => 'home',
              :action     => 'index' },
              :class      => 'selected' %>

not this:

<%= link_to 'Admin Home',
            :controller => 'home',
            :action     => 'index',
            :class      => 'selected' %>
Tags: style, css

« New Paste Revision Debian Games »

Add a comment:

Title:

Comment:

Name:

Email: