Sha256: 7beb8422ae664298e942bd8652aef0a369ba14b102c301d8355c0c8df227b62c

Contents?: true

Size: 975 Bytes

Versions: 6

Compression:

Stored size: 975 Bytes

Contents

<%= form_for(@bjond_registration) do |f| %>
  <% if @bjond_registration.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@bjond_registration.errors.count, "error") %> prohibited this bjond_registration from being saved:</h2>

      <ul>
      <% @bjond_registration.errors.full_messages.each do |message| %>
        <li><%= message %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <div class="field">
    <span class="label">
      Server:
    </span>
    <%= f.text_field :server %>
  </div>
  <div class="field">
    <span class="label">
      IP
    </span>
    <%= f.text_field :ip %>
  </div>
  <div class="field">
    <span class="label">
      Host
    </span>
    <%= f.text_field :host %>
  </div>

  <div class="field">
    <span class="label">
      API Key / Encryption Key
    </span>
    <%= f.text_field :encryption_key %>
  </div>
  <div class="actions">
    <%= f.submit "Update Bjönd Registration" %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bjond-api-1.1.0 app/views/bjond_registrations/_form.html.erb
bjond-api-1.0.0 app/views/bjond_registrations/_form.html.erb
bjond-api-0.4.0 app/views/bjond_registrations/_form.html.erb
bjond-api-0.3.13 app/views/bjond_registrations/_form.html.erb
bjond-api-0.3.12 app/views/bjond_registrations/_form.html.erb
bjond-api-0.3.11 app/views/bjond_registrations/_form.html.erb