index.rhtml.rej

来自「ruby on rails web敏捷开发之路第二版 源代码」· REJ 代码 · 共 22 行

REJ
22
字号
****************** 7,15 ****      <%= product.description %>      <span class="price"><%= number_to_currency(product.price) %></span>      <!-- START:form_remote_tag -->-     <%= form_remote_tag :url => { :action => :add_to_cart, :id => product } %>        <%= submit_tag "Add to Cart" %>-     <%= end_form_tag %>      <!-- END:form_remote_tag -->    </div>  <% end %>--- 7,15 ----      <%= product.description %>      <span class="price"><%= number_to_currency(product.price) %></span>      <!-- START:form_remote_tag -->+     <% form_remote_tag :url => { :action => :add_to_cart, :id => product } do %>        <%= submit_tag "Add to Cart" %>+     <% end %>      <!-- END:form_remote_tag -->    </div>  <% end %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?