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