Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created September 25, 2008 00:09
Show Gist options
  • Save erichocean/12714 to your computer and use it in GitHub Desktop.
Save erichocean/12714 to your computer and use it in GitHub Desktop.
<% content_for('body') do %>
<%= tab_view :decider_tabs,
:lazy_tabs => true,
:height => 400,
:now_showing => :incomming,
:segments => [[:incomming,'Incomming Orders'],
[:complete,'Completed/Canceled Orders']] %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment