Sha256: aadead9069e0b6743d480a4c29ae805b73673eb06b1086b1f3028e887da75c39

Contents?: true

Size: 1.34 KB

Versions: 61

Compression:

Stored size: 1.34 KB

Contents

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

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

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

61 entries across 61 versions & 1 rubygems

Version Path
phcscriptcdn-48.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-47.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-44.1.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-45.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-44.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-43.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-42.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-41.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-40.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-38.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-37.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-36.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-35.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-34.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-33.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-32.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-31.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-30.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-29.2.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-29.1.0 app/views/phcscriptcdn/script/authors/_form.html.erb