rails:是否可以在yml中包含多个link_to?

| 我想稍微整理一下我的观点。目前,我不确定yml的语法以及是否可以在yml语句中包含link_to方法。下面是一个没有link_to方法的解决方案,但是如果有办法的话,我想使其更加简单。我不喜欢将css类和其他链接参数放在yml文件中。由于我不是红宝石,所以我不确定是否有比这更聪明的解决方案。 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>.
    
已邀请:

要回复问题请先登录注册