Skip to content

Commit e8edf86

Browse files
committed
to v.2.2.7
1 parent 404d7fe commit e8edf86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The href of the button to launch the modal must matche the id of the modal dialo
246246
:body => 'This is the body',
247247
:footer => content_tag(:button, 'Save', :class => 'btn') %>
248248
```
249-
249+
250250
### Navbar Helper
251251
It should let you write things like:
252252
@@ -514,7 +514,7 @@ If you want to put regular plain text in the navbar anywhere, you do it like thi
514514
````
515515
It also takes the :pull option to drag it to the left or right.
516516
517-
517+
518518
### Flash helper
519519
520520
Add flash helper `<%= bootstrap_flash %>` to your layout (built-in with layout generator)
@@ -604,6 +604,8 @@ for handling flash messages, even if those messages are blank. See https://githu
604604
<li>Released gem v.2.2.3 (Minor fixes)</li>
605605
<li>Released gem v.2.2.4 (Minor fixes)</li>
606606
<li>Released gem v.2.2.5 (Bootstrap 2.3.1)</li>
607+
<li>Released gem v.2.2.6 (with minor updates)</li>
608+
<li>Released gem v.2.2.7 (helpers)</li>
607609

608610
</ul>
609611

0 commit comments

Comments
 (0)