gpt4 book ai didi

ruby-on-rails - 自定义 simple_form 所需的标签

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

我用 Google 搜索了很多,但似乎找不到明显的答案。简单表格添加了 <abbr title="required">*</abbr>到必填字段上的标签。这太棒了——'awsomer' 可以将其更改为其他内容。我想到的是像<i class="fa fa-check-square"></i> 这样的 Font Awesome 图标一样简单的东西。 .

最佳答案

您可以在 config/locales/simple_form.en.yml 中编辑它- 取消注释 simple_form.required.html 行并将其更改为您的版本,例如:

en:
simple_form:
...
required:
text: 'required'
mark: '*'
# You can uncomment the line below if you need to overwrite the whole required html.
# When using html, text and mark won't be used.
html: '<i class="fa fa-check-square"></i>'

关于ruby-on-rails - 自定义 simple_form 所需的标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33640837/

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