Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit bf4e6ef

Browse files
author
Matt Low
committed
Merge pull request #9 from lumoslabs/badges
Add badges for Travis build status and gem version
2 parents b1b0268 + aacc17c commit bf4e6ef

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
lumoslabs/bootstrap_haml_helpers
2-
====
1+
# lumoslabs/bootstrap_haml_helpers
32

43
HAML wrappers for [Twitter Bootstrap](http://getbootstrap.com/2.3.2) components.
54

5+
[![Build Status](https://travis-ci.org/lumoslabs/bootstrap_haml_helpers.svg)](https://travis-ci.org/lumoslabs/bootstrap_haml_helpers)
6+
[![Gem Version](https://badge.fury.io/rb/bootstrap_haml_helpers.svg)](http://badge.fury.io/rb/bootstrap_haml_helpers)
7+
68
Integration
79
----
810
To integrate our gem into your application, follow these steps:
@@ -12,10 +14,6 @@ To integrate our gem into your application, follow these steps:
1214
3. Add the following line to your main SASS file (typically application.css.sass): `//= require bootstrap_haml_helpers`
1315
4. Add the following to your main JS file (typically application.js): `//= require bootstrap_haml_helpers`
1416

15-
CI
16-
----
17-
bootstrap_haml_helpers runs on public [Travis CI](https://magnum.travis-ci.com/lumoslabs/bootstrap_haml_helpers).
18-
1917
Versioning
2018
----
2119
We follow the same version as Twitter Bootstrap (currently 2.3.2). Any patches will fall as a sub-version of the existing patch number (e.g. 2.3.2.1).

0 commit comments

Comments
 (0)