Pays
This commit is contained in:
parent
ab2ef7f53f
commit
ed6274bc67
@ -6,7 +6,7 @@ class Public::OrdersController < ApplicationController
|
||||
skip_before_filter :verify_authenticity_token, :only => [:ipn]
|
||||
|
||||
def new
|
||||
@order = Order.new
|
||||
@order = Order.new(:country => "France")
|
||||
|
||||
end
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
=f.input :postal_code, :label => "Code Postal :"
|
||||
=f.input :cityname, :label => "Ville :"
|
||||
|
||||
=f.input :country, :label => "Pays :", :collection => [["France","FR"], ["Suisse","CH"], ["Espagne","ES"], ["Italie","IT"]], :as => :select, :include_blank => false
|
||||
=f.input :country, :label => "Pays :"
|
||||
#legals
|
||||
|
||||
%h3=# CONDITIONS GENERALES DE VENTE
|
||||
|
Loading…
x
Reference in New Issue
Block a user