URI: 
       edit.html.erb - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
  HTML git clone git://jay.scot/warvox
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       edit.html.erb (246B)
       ---
            1 <h1>Edit My Account</h1>
            2 
            3 <%= form_for @user, :url => user_path(@user) do |f| %>
            4   <%= f.error_messages %>
            5   <%= render :partial => "form", :object => f %>
            6   <%= f.submit "Update" %>
            7 <% end %>
            8 
            9 <br /><%= link_to "My Profile", user_path(@user) %>