We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab43ed commit e3e087eCopy full SHA for e3e087e
README.md
@@ -151,7 +151,7 @@ buttons.
151
```
152
153
You can also use the `primary` helper, which adds `btn btn-primary` to your
154
-submit button **master branch only**:
+submit button **(master branch only)**:
155
156
```erb
157
<%= f.primary "Optional Label" %>
@@ -209,7 +209,7 @@ You can pass `prepend` and/or `append` options to input fields:
209
<%= f.text_field :price, prepend: "$", append: ".00" %>
210
211
212
-### Static Controls **master branch**
+### Static Controls **(master branch only)**
213
214
You can create a static control like this:
215
0 commit comments