Sha256: 304e3402aedb2ac2a7f4c111e1279690d1cb99621821642db6581fa98a9e18af

Contents?: true

Size: 666 Bytes

Versions: 1

Compression:

Stored size: 666 Bytes

Contents

<%= simple_form_for [:admin, @simple_page], url: @simple_page.new_record? ? admin_simple_pages_path : admin_simple_page_path(@simple_page) do |f| %>
	<%= f.input :name, hint: "Wordt o.a. gebruikt als standaard label voor knoppen en links naar deze pagina." %>
	<%= f.input :simple_routes_list, input_html: { data: { simple_routes_list: true } }, wrapper_html: { class: "simple-routes-list" }, hint: "Eén of meerdere URL paden." %>
	<%= f.input :title, hint: "Wordt gebruikt als HTML titel." %>
	<%= f.input :content_html, input_html: { cols: 120, rows: 7, class: "input-xxlarge redactor" } %>

	<div class="form-actions">
		<%= f.button :submit %>
	</div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
th_simple_content_management-0.1.0 app/views/simple_content_management/simple_pages/_form.html.erb