translation symlink

This commit is contained in:
Bounmy Stephane 2012-05-25 19:21:22 +02:00
parent bf00623328
commit b5322c9765
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
</div>
<p>
<%= raw t("order_not_yet_placed") %>
<%= raw t(:order_not_yet_placed) %>
</p>
<div class="row" data-hook="checkout_content">
<div class="columns <%= if @order.state != 'confirm' then 'alpha twelve' else 'alpha omega sixteen' end %>" data-hook="checkout_form_wrapper">
<%= render :partial => 'spree/shared/order_details', :locals => {:order => @order} -%>
<div class="form-buttons">
<%= button_to t('place_order'), paypal_finish_order_checkout_url(@order, {:token => params[:token] , :PayerID => params[:PayerID], :payment_method_id =>
<%= button_to t(:place_order), paypal_finish_order_checkout_url(@order, {:token => params[:token] , :PayerID => params[:PayerID], :payment_method_id =>
params[:payment_method_id] } ), :class => "button primary" %>
</div>
</div>