README.md in bootbox_crud-0.1.1.6 vs README.md in bootbox_crud-0.1.1.7
- old
+ new
@@ -1,5 +1,8 @@
+[![Build Status](https://travis-ci.org/Virtualmaster/bootbox_crud.png)](https://travis-ci.org/Virtualmaster/bootbox_crud)
+[![Test Coverage](https://codeclimate.com/github/Virtualmaster/bootbox_crud/badges/coverage.png)](https://codeclimate.com/github/Virtualmaster/bootbox_crud/coverage)
+[![Code Climate](https://codeclimate.com/github/Virtualmaster/bootbox_crud.png)](https://codeclimate.com/github/Virtualmaster/bootbox_crud)
# Bootbox modal CRUD
Provides Rails modal CRUD scaffolding powered by bootstrap & bootbox & simple_form. Built for use with Turbolinks, jQuery and Twitter Bootstrap 3.
## Initial setup
@@ -22,11 +25,11 @@
Add bootbox alert markup into the main container of your ```app/views/layouts/application.html.haml```
%body
.container
- = yeild
+ = yield
= bb_alert
Run the install generator to copy over default simple_form initializers and models.js for defining modal CRUD enabled models
$ bundle exec rails g bootbox_crud:install
@@ -296,6 +299,5 @@
# TODOs
* I18n support on client side
* Improve BBCrud.Alert / integration with Rails flash messages
- * Generator tests