我发现以下插件非常有用,但对于我来说,我无法弄清楚如何将提交按钮和 text_field 放在同一行。
http://loopj.com/jquery-tokeninput/
这是我在下面的代码:
.row{style: 'text-align:center;'}
.span4.offset4
- # only allow to post when it's the current user's account
- if current_user
= text_field_tag 'search-box'
= submit_tag "Run Bitelist Sync", class: 'btn btn-primary', :style => 'height:40px;'
我尝试在摆脱中断的同时将 text_field 向左浮动,将 submit_tag 向右浮动,但这似乎不起作用。有什么想法吗?