Skip to content

Instantly share code, notes, and snippets.

@pwnela
Created February 4, 2012 01:58
Show Gist options
  • Save pwnela/1734409 to your computer and use it in GitHub Desktop.
Save pwnela/1734409 to your computer and use it in GitHub Desktop.
#nav-header{ "data-role" => "header", "data-theme" => "c" }
%h1= image_tag "http://www.karastanonthego.com/karastan-toolbar-logo.png"
%div{ "data-role" => "navbar" }
%ul
%li= link_to "Home", "#home-page"
%li= link_to "Carpets", "http://localhost:3000/kc/1246/3?context=jquerymobile"
%li= link_to "Rugs", "http://localhost:3000/kr/1246/3?context=jquerymobile"
%li= link_to "Favorites", "http://localhost:3000/catalog_favorites?context=jquerymobile&dealer_id=1246&catalog_id=3"
%li= link_to "Where to Buy?", "http://localhost:3000/geocoded_dealers?context=jquerymobile"
#nav-panel
#nav-logo
= image_tag "http://www.karastanonthego.com/karastan-logo.png"
%ul#nav-listview{ "data-role" => "listview" }
%li= link_to "Home", "#home-page", {:class => 'ui-btn-active', :id => 'home_tab'}
%li= link_to "Carpets", "http://localhost:3000/kc/1246/3?context=jquerymobile", { :id => 'carpets_tab'}
%li= link_to "Rugs", "http://localhost:3000/kr/1246/3?context=jquerymobile", {:id => 'rugs_tab'}
%li= link_to "Favorites", "http://localhost:3000/catalog_favorites?context=jquerymobile&dealer_id=1246&catalog_id=3", {:id => 'favorites_tab'}
%li= link_to "Where to Buy?", "http://localhost:3000/geocoded_dealers?context=jquerymobile", {:id => 'where_to_buy_tab'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment