OSDN Git Service

- スマートフォン対応レポジトリからマージ
[elecoma/elecoma.git] / app / views / accounts / delivery_new_mobile_smartphone.html.erb
1 <div class="sectionHeader">お届け先の追加</div>
2
3 <div>
4         <div class="text">
5                 <p>下記項目にご入力ください。「<font color="red">※</font>」印は入力必須項目です。</p>
6                 <p>入力後、一番下の「確認」ボタンをクリックしてください。</p><br />
7         </div>
8         <%= error_messages_for :delivery_address %>
9         <% form_for :delivery_address, :url => {:action => 'delivery_create'} do |f| %>
10           <%= render :partial => 'delivery_form_mobile_smartphone', :locals => {:f => f} %>
11           <%= hidden_field_tag 'popup', @popup %>
12         <% end %>
13 </div>