OVERVIEW.md in tabulous-2.0.0 vs OVERVIEW.md in tabulous-2.1.0
- old
+ new
@@ -128,11 +128,11 @@
This creates app/tabs/tabulous.rb. The generator guesses what your tabs might look like based on your controllers. So you'll need to edit this file.
Tabs are displayed in the order they appear. So if you want a set of tabs that looks like this:
- ,____________, ,____________, ,__________,
+ ____________ ____________ __________
_| UNICORNS |_| RAINBOWS |_| PONIES |_
your tabs block should look like this:
tabs do
@@ -159,10 +159,10 @@
Let's say you wanted the unicorns tab to:
* take you to '/unicorns' when clicked
* be visible only if the user loves unicorns
-* be disabled if it's May
+* be enabled only if it's May
* and be active whenever the UnicornsController ends up rendering the page.
Your tab declaration would look like this:
unicorns_tab do