Rails:有没有办法在 yml 中包含多个 link_to?

发布于 2024-11-01 14:24:19 字数 731 浏览 6 评论 0原文

我想稍微澄清一下我的观点。目前我不确定 yml 的语法以及是否有办法在 yml 语句中包含 link_to 方法。一种没有 link_to 方法的解决方案如下,但如果有办法的话,我想让它更简单。我不喜欢将 css 类和其他链接参数放在 yml 文件中。由于我对 ruby​​ on Rails 还很陌生,所以我不确定是否有比这更聪明的解决方案。

erb:

<%= raw(t('registration.terms')) %>

yml:

en:
  registration:
    terms: |
        <label for="registration_terms">I accept the</label> <a href='#terms_of_service' class='simple_link' rel='facebox'>Terms of Services</a> 
        <label for="registration_terms">and the</label> <a href='/non/i18n/supported/path' class='simple_link' rel='facebox'>Terms of Privacy</a> <label for="registration_terms">...</label>.

I would like to clean up my views a little bit. Currently I am not sure about the syntax of yml and if there is a way to include link_to methods in a yml statement. One solution without link_to methods is the following, but I would like to keep it more simple if there is a way to do so. I don't like putting my css classes and other link params in the yml file. Since I'm quiet new to ruby on rails, I'm not sure if there is a smarter solution than that.

erb:

<%= raw(t('registration.terms')) %>

yml:

en:
  registration:
    terms: |
        <label for="registration_terms">I accept the</label> <a href='#terms_of_service' class='simple_link' rel='facebox'>Terms of Services</a> 
        <label for="registration_terms">and the</label> <a href='/non/i18n/supported/path' class='simple_link' rel='facebox'>Terms of Privacy</a> <label for="registration_terms">...</label>.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文