Sha256: e7a0c600569ecd87bfc47fc462d1d55c950f4a22493d8526f2aa0e6f550d8e7a

Contents?: true

Size: 1.16 KB

Versions: 64

Compression:

Stored size: 1.16 KB

Contents

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

	<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

64 entries across 64 versions & 2 rubygems

Version Path
phcscriptcdn-3.3.3 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdnpro-5.0.2 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.0.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-5.0.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdn-3.3.2 app/views/phcscriptcdn/script/authors/_form.html.erb
phcscriptcdnpro-4.6.6 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.6.5 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.6.4 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.6.3 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.6.2 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.6.1 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.6.0 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.10 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.9 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.8 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.7 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.6 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.5 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.4 app/views/phcscriptcdnpro/script/authors/_form.html.erb
phcscriptcdnpro-4.5.3 app/views/phcscriptcdnpro/script/authors/_form.html.erb