Sha256: b6683112a24b6a840d3a8b8ac407a78581868a074bffa7d0843a90cb4991c4d1

Contents?: true

Size: 917 Bytes

Versions: 8

Compression:

Stored size: 917 Bytes

Contents

<div id="main">
  <div class="scroll-panel bg-white">
    <div class="scroll-panel-header">
      <h3 class="scroll-panel-title text-center">
        <%= t('dashboard.sites.new') %>
      </h3>
    </div>
    <div class="scroll-panel-body">
      <div class="row">
        <div class="col-md-6 col-md-offset-3">
          <%= simple_form_for [:dashboard, @site] do |f| %>
            <%= f.error_notification %>
            <%= f.input :title %>
            <%= f.input :custom_domain, label: "Domain", hint: t("dashboard.sites.domain_hint") %>
            <%= f.input :subscription_email_from, label: t('dashboard.sites.subscription_email_from_label') %>
            <%= f.input :post_slug_style, collection: post_slug_style_options, include_blank: false %>
            <%= f.submit "Save", class: "btn btn-sm btn-primary btn-outline pull-right" %>
          <% end %>
        </div>
      </div>
    </div>
  </div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
storytime-2.1.6 app/views/storytime/dashboard/sites/new.html.erb
storytime-2.1.5 app/views/storytime/dashboard/sites/new.html.erb
storytime-2.1.4 app/views/storytime/dashboard/sites/new.html.erb
storytime-2.1.3 app/views/storytime/dashboard/sites/new.html.erb
storytime-2.1.2 app/views/storytime/dashboard/sites/new.html.erb
storytime-2.1.1 app/views/storytime/dashboard/sites/new.html.erb
storytime-2.1.0 app/views/storytime/dashboard/sites/new.html.erb
storytime-2.0.0 app/views/storytime/dashboard/sites/new.html.erb