Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Ability to set the btn-group class #199

Merged
merged 1 commit into from
Oct 22, 2017
Merged

Conversation

Alfredao
Copy link
Contributor

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

Instead of 
`'btn-group'     => true,`
We'll use
`'btn-group'     => [
    'btn-class' => 'btn btn-success',
],`
@coveralls
Copy link

coveralls commented Oct 17, 2017

Coverage Status

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

@neilime neilime merged commit 0a6ce92 into neilime:master Oct 22, 2017
@neilime
Copy link
Owner

neilime commented Oct 22, 2017

Thank you for this new behavior

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants