(hoofbeats) Uses 'All' label for all media items, and an icon in the navbar.
authorSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 07:45:06 +0000 (09:45 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 07:45:06 +0000 (09:45 +0200)
examples/hoofbeats/index.html

index 0855893..51259e7 100644 (file)
       <div class="navbar navbar-inverse navbar-fixed-top">
         <div class="navbar-inner">
           <ul class="nav">
-            <li><a {{action showMediaItems href=true}}>Items</a></li>
+            <li>
+                <a {{action showMediaItems href=true}}>
+                    <i class="icon-white icon-th-list"></i>
+                    All
+                </a>
+            </li>
           </ul>
         </div>
       </div>