Sha256: e3b57cb754e1cd9624477979f07d8dd0cfe7a80c3b01e1ea64d20861121245bb

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

<h1>Edit user</h1>
<% @user.password = @user.password_confirmation = nil %>

<%= error_messages_for :user %>
<% form_for(@user) do |f| -%>
  <%= render :partial => 'form', :locals => { :f => f } %>
  <p class="form-navigation"><%= submit_tag 'Update user' %></p>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
branston-0.6.6 lib/branston/app/views/users/edit.html.erb
branston-0.6.5 lib/branston/app/views/users/edit.html.erb
branston-0.6.4 lib/branston/app/views/users/edit.html.erb
branston-0.6.3 lib/branston/app/views/users/edit.html.erb
branston-0.6.2 lib/branston/app/views/users/edit.html.erb