File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
251251It 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````
515515It also takes the :pull option to drag it to the left or right.
516516
517-
517+
518518### Flash helper
519519
520520Add 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
You can’t perform that action at this time.
0 commit comments