README.md in bootstrap-view-helpers-0.0.7 vs README.md in bootstrap-view-helpers-0.0.8

- old
+ new

@@ -1,7 +1,12 @@ # bootstrap-view-helpers +[![Gem Version](https://badge.fury.io/rb/bootstrap-view-helpers.png)](http://badge.fury.io/rb/bootstrap-view-helpers) +[![Build Status](https://travis-ci.org/stevedowney/bootstrap-view-helpers.png)](https://travis-ci.org/stevedowney/bootstrap-view-helpers) +[![Code Climate](https://codeclimate.com/github/stevedowney/bootstrap-view-helpers.png)](https://codeclimate.com/github/stevedowney/bootstrap-view-helpers) +[![Coverage Status](https://coveralls.io/repos/stevedowney/bootstrap-view-helpers/badge.png?branch=master)](https://coveralls.io/r/stevedowney/bootstrap-view-helpers?branch=master) + This gem provides helper methods for various Bootstrap components. Includes support for: * navigation @@ -68,11 +73,12 @@ #### Navigation Bar ``` <%= nav_bar do %> - <%= brand('Span Brand')%> - <%= brand('Link Brand', url: '#')%> + <%= brand('Span Brand') %> + <%= brand('Link Brand', url: '#') %> + <%= brand('MyApp', with_environment: true) %> <%= nav_bar_links do %> <%= nav_bar_link('Active', '#', active: true) %> <%= nav_bar_link('Link1', '/link1') %>