Sha256: 90c5ce4605d53fcf637fc21dbbbfd6c165bc7c0a1e4408c0a3ce4fc8c8d611d3

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

<%= form_for([@script_author.listing, @script_author], url: form_url) do |f| %>

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

	<div class="form-group field_with_error">
		<%= f.label :authorfirstname, "Author First Name" %>
		<%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authorlastname, "Author Last Name" %>
		<%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authorwebsite, "Author Website" %>
		<%= f.text_field :authorwebsite, placeholder: "Author Website", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authorgithub, "Author Github Address" %>
		<%= f.text_field :authorgithub, placeholder: "Author Github Address", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authortwitter, "Author Twitter Addresss" %>
		<%= f.text_field :authortwitter, placeholder: "Author Twitter Addresss", class: "form-control"  %>
	</div>
	<div class="actions">
		<%= f.submit class: "btn btn-primary" %>
	</div>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.0.3 app/views/phcscriptcdnpro/script/authors/_form.html.erb