我在我的rails应用程序中使用了Simple_Form和Zurb Foundation.
一个或多个视图的表单具有以下date_select
表单字段显示堆叠而不是内联.我已经检查了所有内容,无法弄清楚如何正确显示这些内容.
我错过了什么?您可以 在event.html.erb视图中看到https://github.com/stanrails/momtomom上的回购.
该部分的代码如下:
<div class="row">
<div class="small-5 columns">
<%= f.date_select :eventDate %>
</div>
</div>
Run Code Online (Sandbox Code Playgroud)