Created
July 25, 2018 17:11
-
-
Save cdesch/af7274f985868999c8d738848c7c75cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/plataformatec/simple_form/pull/531 | |
<%= f.input :field, :wrapper_html => {class: "input-prepend input-append"} do %> | |
<span class="add-on">$</span> | |
<%= f.input_field :field %> | |
<span class="add-on">%</span> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment