robbyrussell (owner)

Revisions

gist: 37339 Download_button fork
public
Public Clone URL: git://gist.github.com/37339.git
Embed All Files: show embed
RHTML #
1
2
3
4
5
        <ul class="horizontal main_nav">
          <li <%= 'class="active"' if current_page?( root_path ) -%>><%= link_to_unless_current( 'Plans', root_path, { :title => 'Boxcar Plans' } ) -%></li>
          <li <%= 'class="active"' if current_page?( contact_path ) -%>><%= link_to_unless_current( 'Contact Us', contact_path, { :title => 'Contact Us' } ) -%></li>
          <li <%= 'class="active"' if current_page?( support_path ) -%>><%= link_to_unless_current( 'Get Support', support_path, { :title => 'Get Support' } ) -%></li>
        </ul>