Sha256: 12ab4caff6d3083da60be35079be9bb7d572a8ae4fcaf1f5a11058f67e75d75e

Contents?: true

Size: 1.9 KB

Versions: 16

Compression:

Stored size: 1.9 KB

Contents

<%= form_for(@scriptcdn_information) do |f| %>

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

	<div class="form-group field_with_error">
		<%= f.label :scripttitle %>
		<%= f.text_field :scripttitle, placeholder: "Script Information Title", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scriptdescription %>
		<%= f.text_field :scriptdescription, placeholder: "Script Information Description", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scriptcategory %>
		<%= f.text_field :scriptcategory, placeholder: "Script Information Category", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scriptwebsite %>
		<%= f.text_field :scriptwebsite, placeholder: "Script Information Website", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scripttwitter %>
		<%= f.text_field :scripttwitter, placeholder: "Script Information Twitter Address", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scriptgithub %>
		<%= f.text_field :scriptgithub, placeholder: "Script Information Github Address", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scriptinitialrelease %>
		<%= f.text_field :scriptinitialrelease, placeholder: "Script Information Initial Release", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scriptlicence %>
		<%= f.text_field :scriptlicence, placeholder: "Script Information Licence", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :scriptplatform %>
		<%= f.text_field :scriptplatform, placeholder: "Script Information Platform", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.submit class: "btn blue-hoki" %>
	</div>

<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.8.9 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.8 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.7 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.6 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.5 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.4 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.3 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.2 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.1 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.8.0 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.7.11 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.7.10 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.7.9 app/views/phcscriptcdnpro/scriptcdn/informations/_form.html.erb
phcscriptcdnpro-1.7.8 app/views/phcscriptcdnpro/scriptcdn/information/_form.html.erb
phcscriptcdnpro-1.7.7 app/views/phcscriptcdnpro/scriptcdn/information/_form.html.erb
phcscriptcdnpro-1.7.5 app/views/phcscriptcdnpro/scriptcdn/information/_form.html.erb