【发布时间】:2012-04-27 08:46:30
【问题描述】:
我的许多视图都是 SLIM 模板,我希望将 vote_form 部分添加到我的应用程序中。如何将此部分视图从 ERB 转换为 SLIM?
<strong class="result">Votes: <%= voteable.votes_for - voteable.votes_against %></strong>
<%= form_tag user_votes_path(current_user) do |f| %>
<%= radio_button_tag :thumb_direction, :up %>
<%= radio_button_tag :thumb_direction, :down %>
<%= hidden_field_tag :voteable, @voteable %>
<%= submit_tag :vote %>
<% end %>
谢谢:)
【问题讨论】:
-
这是帮助您快速完成工作的在线工具erb2slim.herokuapp.com