Skip to content

Instantly share code, notes, and snippets.

@parndt
Created February 2, 2012 23:08
Show Gist options
  • Save parndt/1726355 to your computer and use it in GitHub Desktop.
Save parndt/1726355 to your computer and use it in GitHub Desktop.
Change theme
<%= stylesheet_link_tag(current_theme) %>
def current_theme
if params[:ChangeTheme] == "true"
'power.css'
else
'default_theme.css'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment