Sha256: acb004a173643befc34aa0125cd5bf11a995f893d0cd582ab4eaa800d08fdff5

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

<%= error_messages_for :user %>
<h1>Editing User</h1>
<br/>
<% form_for(:user, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p>
    <%=submit_tag "Update"%>
  </p>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree-0.2.0 app/views/users/edit.html.erb