Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2016 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4fcc3d1c52fdbb8dc7bc8513dc7147f1 to your computer and use it in GitHub Desktop.
Save anonymous/4fcc3d1c52fdbb8dc7bc8513dc7147f1 to your computer and use it in GitHub Desktop.
----layouts/_header.html.erb-----
<div class="header-v8">
<li <% if @selected == "howitworks"%>class="selected"<% end %>><%= link_to "How It Works", "/howitworks" %>
</div>
-----home/howitworks.html.erb-----
<% content_for :header do %>
<% @selected = "howitworks"%>
<%end%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment