gpt4 book ai didi

ruby-on-rails - 在 Rails 中使用 simple_form、nested_form 和 Twitter Bootstrap 添加控件

转载 作者:行者123 更新时间:2023-12-04 06:28:03 25 4
gpt4 key购买 nike

我正在使用 simple_form、nested_form 和 Twitter Bootstrap,并尝试将 nested_form 中的“删除链接”与对象放在同一行。

现在它看起来像这样:

http://grab.by/eKDS

我希望它看起来像这样:

http://grab.by/eKEc

这是我的代码的样子:

<%= cform.simple_fields_for :licensings do |lf| %>
<%= lf.input :state, :collection => us_states, :wrapper => false %>
<%= lf.link_to_remove "Remove this Licensing", :class => 'btn btn-mini btn-danger' %>
<% end %>

我已经尝试将第二个 link_to_remove 放在第一个 lf.input 的 block 中,但是实际的下拉列表没有出现。我已经查看了 simple_form 的代码,但我无法追踪是否有办法实现这一点。

最佳答案

感谢您的回答,但我无法工作。我在 Google Groups 邮件列表中找到了答案:

https://groups.google.com/forum/?fromgroups#!topic/plataformatec-simpleform/hL9ek5svyAU

  <%= cform.simple_fields_for :licensings do |lf| %>
<%= lf.input :state do %>
<%= lf.input_field :state, :collection => us_states %>
<%= lf.link_to_remove "Remove this Licensing", :class => 'btn btn-mini btn-danger' %>
<% end %>
<% end %>

关于ruby-on-rails - 在 Rails 中使用 simple_form、nested_form 和 Twitter Bootstrap 添加控件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11479381/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com