new.html.erb - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (HTM) git clone git://jay.scot/warvox
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       new.html.erb (183B)
       ---
            1 <h1>Register</h1>
            2 
            3 <% form_for @user, :url => account_path do |f| %>
            4   <%= f.error_messages %>
            5   <%= render :partial => "form", :object => f %>
            6   <%= f.submit "Register" %>
            7 <% end %>