Sha256: 3991553337922d7730322b873ae93ab4f234a7e00ad393e53696f7269c3c443d

Contents?: true

Size: 243 Bytes

Versions: 3

Compression:

Stored size: 243 Bytes

Contents

<h1>Edit My Account</h1>

<%% form_for @user, :url => account_path do |f| %>
  <%%= f.error_messages %>
  <%%= render :partial => "form", :object => f %>
  <%%= f.submit "Update" %>
<%% end %>

<br /><%%= link_to "My Profile", account_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
handy-generators-0.0.2 rails_generators/handy_setup/templates/views/edit_user.html.erb
handy-generators-0.0.1 rails_generators/handy_setup/templates/views/edit_user.html.erb
handy-generators-0.0.0 rails_generators/handy_setup/templates/views/edit_user.html.erb