Low*_*der 3 ruby-on-rails css3 ruby-on-rails-4
我怎么能用rails语法写这个呢?
<a href="/" class="glyphicon glyphicon-fire logo" aria-hidden="true" ></a>
Run Code Online (Sandbox Code Playgroud)
可能它是这样的:
<%= link_to '', root_path, class: 'glyphicon glyphicon-fire logo', **???** %>
Run Code Online (Sandbox Code Playgroud)
<%= link_to '', root_path, ...., 'aria-hidden' => true %>
Run Code Online (Sandbox Code Playgroud)
要么
<%= link_to '', root_path, ...., aria: {hidden: true} %>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1567 次 |
| 最近记录: |