<%= form_for @site, html: { class: 'form-horizontal', role: 'form' } do |f| %>
<%= f.text_field :name, class: 'form-control input-lg', placeholder: 'Site Name' %>
<%= f.text_field :domain, class: 'form-control input-lg', placeholder: 'Site Domain' %> http://www.example.com for github web hook

Lets give your site a name. This name will be used as your github repository name.

<%= f.submit "Next", class: 'btn btn-success btn-block' %> <% end %>