Sha256: c38535af98d2cec36d49e5759b8c88247ec121dbd7308bd069c4ba448a1ae8a6

Contents?: true

Size: 1.33 KB

Versions: 13

Compression:

Stored size: 1.33 KB

Contents

<%= form_for(script_author) do |f| %>

	<!-- For Validation by PHCNotifi -->
	<%= render 'phcnotifi/validations', :object => @script_author %>
	<!-- For Validation by PHCNotifi -->

	<!-- Form Fields -->
	<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>
	<!-- Form Fields -->

	<!-- Form Button -->
	<div class="actions">
		<%= f.submit class: "btn btn-primary" %>
	</div>
	<!-- Form Button -->

<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcscriptcdnpro-6.0.2 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-6.0.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-6.0.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.10.3 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.10.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.10.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.9.5 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.9.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.9.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.8.9 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.8.7 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.8.6 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.8.5 app/views/phcscriptcdnpro/script/authors/_form.html.erb