Sha256: 7e410bbf35441647fd2d656cc80b01b48c50810bcfa1942b460ba31904e66376

Contents?: true

Size: 572 Bytes

Versions: 1

Compression:

Stored size: 572 Bytes

Contents

<%= simple_form_for [:dashboard, @site] do |f| %>
  <%= f.error_notification %>
  <%= f.input :title %>
  <%= f.input :post_slug_style, collection: post_slug_style_options %>
  <%= f.input :root_page_content, collection: root_page_content_options %>
  <%= f.input :selected_root_page_id, collection: Storytime::Page.all, wrapper_html: { class: (@site.root_page_content == "page" ?  "" : "hide") } %>
  <%= f.input :ga_tracking_id %>
  <%= f.input :header %>
  <%= f.input :footer %>

  <div class="actions">
    <%= f.submit class: "btn btn-primary" %>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
storytime-0.0.1 app/views/storytime/dashboard/sites/_form.html.erb