<%= stylesheet_link_tag "dashboard" %>_

Companies

Register a New Company

<%= link_to(companies_path, :method => :get) do %> Back <% end %> <%= form_for @company, url: {action: "create"}, html: {class: "company_form"} do |f| %>
<%= f.text_field :company_name, class: 'form-control', placeholder: 'Company Name' %>
<%= f.submit "Create" %>
<% end %>
<%= javascript_include_tag "bootstrap.min" %>_