Sha256: e0406d1de1b3cc76f5b6b97ff379f4e77ea140e0d560d0fef818f9fc933479ce

Contents?: true

Size: 1.17 KB

Versions: 47

Compression:

Stored size: 1.17 KB

Contents

<%= form_for(script_author) 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

47 entries across 47 versions & 2 rubygems

Version Path
phcscriptcdn-4.3.2 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.1 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.3.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.2.1 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.2.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdn-4.1.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdnpro-5.8.4 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.8.3 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.8.2 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.8.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdn-4.0.0 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdnpro-5.8.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.7.5 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.7.4 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.7.3 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.7.2 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.7.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.7.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.6.7 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.6.6 app/views/phcscriptcdnpro/script/authors/_form.html.erb