Guest User

Untitled

a guest
Feb 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <ul id="subnav">
  2. <li><%= link_to "Recently", {:controller => 'news', :action => 'index'}, :class => ((params[:year].blank? || params[:year] == "2008")? "active" : "")></li>
  3. <li><%= link_to "2007", {:controller => 'news', :action => 'year', :id => 2007}, :class => (params[:year] == "2007" ? "active" : "") %></li>
  4. <li><%= link_to "2006", {:controller => 'news', :action => 'year', :id => 2006}, :class => (params[:year] == "2006" ? "active" : "") %></li>
  5. </ul>
Add Comment
Please, Sign In to add comment