neilime / zf2-twb-bundle

Zend Framework module for easy integration of Twitter Bootstrap
http://neilime.github.io/zf2-twb-bundle/
MIT License
143 stars 94 forks source link

Ability to set the btn-group class #199

Closed Alfredao closed 6 years ago

Alfredao commented 6 years ago

Enhancement of #169

Instead of only setting it to true

'btn-group' => true,

We'll use this array notation, so we can set the class we want.

'btn-group' => [ 'btn-class' => 'btn btn-success', ],

Before it was fixed in the code. All btn-groups had btn-primary class

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.2%) to 72.201% when pulling 1576cade5c65bcde620fcce5b8d6a4d62a0d9f10 on Alfredao:master into a39af8025e4bb4b7aefa4a9132c0cb2605776056 on neilime:master.

neilime commented 6 years ago

Thank you for this new behavior