| new.html.erb - warvox - VoIP based wardialing tool, forked from rapid7/warvox. | |
| git clone git://jay.scot/warvox | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| new.html.erb (547B) | |
| --- | |
| 1 <h1 class='title'>New Project</h1> | |
| 2 | |
| 3 <%= semantic_form_for(@new_project) do |f| %> | |
| 4 <%= f.input :name, :as => :string, :label => 'Name', :input_html… | |
| 5 <%= f.input :description, :as => :text, :input_html => { :class … | |
| 6 <%= f.action :submit, :label => 'Create', :button_html => { :cla… | |
| 7 <a class="btn btn-link" href="<%= projects_path %>"rel="tooltip"… | |
| 8 <% end %> | |
| 9 | |
| 10 <%= set_focus('project_name') %> |