Sha256: 33563dc2d196d0ff1f3dd2bef0b86d99646f313c1ecf03316fed23519961ba62

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

<%= form_for([@scriptcdn_author.main, @scriptcdn_author], url: scriptcdn_main_author_path, method: :patch) do |f| %>

	<%= render 'phcnotifi/validations', :object => @scriptcdn_author %>

	<div class="form-group field_with_error">
		<%= f.label :authorfirstname, "First Name" %>
		<%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authorlastname, "Last Name" %>
		<%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authoremail, "Last Name" %>
		<%= f.text_field :authoremail, placeholder: "Author Email", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authorgithub, "Last Name" %>
		<%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authortwitter, "Last Name" %>
		<%= f.text_field :authortwitter, placeholder: "Author Twitter", class: "form-control" %>
	</div>
	<div class="actions">
		<%= f.submit class: "btn blue-hoki" %>
	</div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.5.6 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb