Sha256: 8e0a24512692d14537f4717a2194de8b0fdae2f5cb9f7f53ba3b9350b8fe450e

Contents?: true

Size: 1.18 KB

Versions: 33

Compression:

Stored size: 1.18 KB

Contents

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

	<%= render 'phcnotifi/validations', :object => @scriptcdn_author %>

	<div class="form-group field_with_error">
		<%= f.label :authorfirstname, "First Name" %>
		<%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authorlastname, "Last Name" %>
		<%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authoremail, "Last Name" %>
		<%= f.text_field :authoremail, placeholder: "Author Email", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authorgithub, "Last Name" %>
		<%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :authortwitter, "Last Name" %>
		<%= 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

33 entries across 33 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.9.4 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.9.2 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.9.1 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.9.0 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.11 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.10 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.9 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.8 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.7 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.6 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.5 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.4 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.3 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.2 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.1 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.8.0 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.7.11 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.7.10 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.7.9 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
phcscriptcdnpro-1.7.8 app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb