Sha256: bbc30501d25190c458a62a6238960c7b2feff93893b1819045d5f35988a16ada

Contents?: true

Size: 1.2 KB

Versions: 38

Compression:

Stored size: 1.2 KB

Contents

<%= form_for([@scriptcdn_author.main, @scriptcdn_author], url: scriptcdn_main_authors_path) do |f| %>

	<%= render 'phcnotifi/validations', :object => @scriptcdn_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" %>
		<%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authortwitter, "Author Twitter" %>
		<%= f.text_field :authortwitter, placeholder: "Author Twitter", class: "form-control" %>
	</div>
	<div class="actions">
		<%= f.submit class: "btn blue-hoki" %>
	</div>

<% end %>

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
phcscriptcdnpro-2.1.0 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdn-2.0.4 app/views/phcscriptcdn/scriptcdn/authors/_form.html.erb
phcscriptcdn-2.0.3 app/views/phcscriptcdn/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-2.0.3 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-2.0.2 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-2.0.1 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-2.0.0 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdn-2.0.1 app/views/phcscriptcdn/scriptcdn/authors/_form.html.erb
phcscriptcdn-2.0.0 app/views/phcscriptcdn/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.13.0 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.12.6 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.12.5 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.12.4 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.12.3 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.12.2 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.12.1 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.12.0 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.11.12 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.11.11 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
phcscriptcdnpro-1.11.10 app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb