Sha256: 10ccf1e3274da9ce0ce965e3549bc55752db7d6ea87e10db105eb29762e54621
Contents?: true
Size: 815 Bytes
Versions: 2
Compression:
Stored size: 815 Bytes
Contents
# Tabit [![Build Status](https://secure.travis-ci.org/Langwhich/tabit.png)](https://secure.travis-ci.org/Langwhich/tabit) Tabit is a simple tab menu generator. It depends on `active_link_to` helper. If you dont know how to set an item active take a look at it first. The generated source is compatible to bootstrap tabs with dropdowns. ## Install ```ruby gem 'tabit' ``` ## Usage ```ruby = tabit :class => 'nav nav-tabs' do |t1| - t1.heading 'Header' - t1.add 'Videos', videos_path - t1.divider - t1.add 'Movies', movies_path, :active => /movies(\/\d)*(\/edit)*$/ - t1.add 'Movies, movies_path, :active => :exclusive, :type => :dropdown do |t2| - t2.add 'Add movie', new_movie_path, :active => :exclusive ``` ## Credits Copyright (c) 20112 Langwhich GmbH <http://www.langwhich.com>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tabit-0.3.2 | README.md |
tabit-0.3.1 | README.md |