OSDN Git Service

- スマートフォン対応レポジトリからマージ
[elecoma/elecoma.git] / app / views / accounts / delivery_edit_mobile_smartphone.html.erb
1 <div class="sectionHeader">お届け先の編集</div>
2
3 <div class="addressMessage">
4         <span style="color:#ff0000;">※</span>は必須項目です。
5 </div>
6
7 <%= error_messages_for :delivery_address %>
8
9 <% form_for :delivery_address, :url => {:action => 'delivery_update', :id=> @id} do |f| %>
10         <%= render :partial => 'delivery_form', :locals => {:f => f} %>
11         <%= hidden_field_tag 'popup', @popup %>
12       <% end %>