Sha256: 238bfbc1776f7c3377de0760a25c987d4a46d30242f903ecadaa3a1cc2ae7e5c
Contents?: true
Size: 759 Bytes
Versions: 2
Compression:
Stored size: 759 Bytes
Contents
<%= form_for(@certificate) do |f| %> <% if @certificate.errors.any? %> <div id="error_explanation"> <h2><%= pluralize(@certificate.errors.count, "error") %> prohibited this certificate from being saved:</h2> <ul> <% @certificate.errors.full_messages.each do |msg| %> <li><%= msg %></li> <% end %> </ul> </div> <% end %> <div class="field"> <%= f.label :uniqueid %><br /> <%= f.text_field :uniqueid %> </div> <div class="field"> <%= f.label :ssldata %><br /> <%= f.text_field :ssldata %> </div> <div class="field"> <%= f.label :certify_authority_id %><br /> <%= f.number_field :certify_authority_id %> </div> <div class="actions"> <%= f.submit %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
certify-0.0.3 | app/views/certify/certificates/_form.html.erb |
certify-0.0.2 | app/views/certify/certificates/_form.html.erb |