Sha256: bf52598234ec69ec672e9c509a4943d1b9aa860190569f958a81f472da466451
Contents?: true
Size: 702 Bytes
Versions: 9
Compression:
Stored size: 702 Bytes
Contents
<h1>New Bjond Registration</h1> <%= 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"> Enter server name (e.g. https://test.bjondhealth.com) <%= f.text_field :server %> </div> <div class="actions"> <%= f.submit "Register with Bjond"%> </div> <% end %> <%= link_to 'Back', bjond_registrations_path %>
Version data entries
9 entries across 9 versions & 1 rubygems