Sha256: e62f2b37e6521821bc57b0d0c042d3f706892043ef755281ce93dfaca2f270b7

Contents?: true

Size: 1.33 KB

Versions: 16

Compression:

Stored size: 1.33 KB

Contents

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

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

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

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

<% end %>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phcscriptcdnpro-8.0.2 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-8.0.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-8.0.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-7.1.3 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-7.1.2 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-7.1.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-7.1.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-7.0.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdn-4.3.10 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.9 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.8 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.7 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.6 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.5 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.4 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.3 app/views/phcscriptcdn/script/authors/_form.html.erb