%= form_for([@scriptcdn_author.main, @scriptcdn_author], url: scriptcdn_main_authors_path) do |f| %>
<%= render 'phcnotifi/validations', :object => @scriptcdn_author %>
<%= f.label :authorfirstname, "First Name" %>
<%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %>
<%= f.label :authorlastname, "Last Name" %>
<%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %>
<%= f.label :authoremail, "Last Name" %>
<%= f.text_field :authoremail, placeholder: "Author Email", class: "form-control" %>
<%= f.label :authorgithub, "Last Name" %>
<%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %>
<%= f.label :authortwitter, "Last Name" %>
<%= f.text_field :authortwitter, placeholder: "Author Twitter", class: "form-control" %>
<%= f.submit class: "btn blue-hoki" %>
<% end %>