Sha256: b54a210f43a7f889b2502e456327a4734f70f525cfa51475a4027afb8ecc26ea

Contents?: true

Size: 594 Bytes

Versions: 4

Compression:

Stored size: 594 Bytes

Contents

<p>You can publish your sites to a remote Yodel server by entering your details below. You can skip this step and add a remote server later.</p>
<% page('/remotes').form_for Remote.new(name: 'Yodel CMS', url: 'http://yodelcms.com/', username: site.default_users.first.email), remote: true do |form| %>
  <%= form.field_row :name %>
  <%= form.field_row :url %>
  <%= form.field_row :username %>
  <%= form.field_row :password %>
  <input type="submit" value="Save">
  <% form.success do %>
    window.location = '/sites';
  <% end %>
<% end %>
<a href="/sites" class="action">Skip to Sites</a>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yodel_development_environment-0.0.7 lib/layouts/common/setup_remote.html
yodel_development_environment-0.0.4 lib/layouts/common/setup_remote.html
yodel_development_environment-0.0.2 lib/layouts/common/setup_remote.html
yodel_development_environment-0.0.1 lib/layouts/common/setup_remote.html