Sha256: 5d19115f808b0e61980981c94e50af63eb90a676c99f61f5dcb540bc7c467a26

Contents?: true

Size: 487 Bytes

Versions: 9

Compression:

Stored size: 487 Bytes

Contents

<%= form_for([@scriptcdn_url.script, @scriptcdn_url], url: scriptcdn_script_url_path, method: :patch) do |f| %>

	# Validation Notifier
	<%= render 'phcnotifi/validations', :object => @scriptcdn_script %>

	<div class="form-group field_with_error">
		<%= f.label :scripturl, "Script URL" %>
		<%= f.text_field :scripturl, placeholder: "Script Name", class: "form-control" %>
	</div>
	<div class="form-group field_with_error">
		<%= f.submit, class: "btn blue-hoki" %>
	</div>

<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.5.7 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.5.6 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.5.5 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.5.4 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.5.3 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.5.2 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.5.1 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.5.0 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb
phcscriptcdnpro-1.4.4 app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb