Sha256: 213d01f63bb96f8d3310246687246328079cb2e14b1a6733750184d66d46a332
Contents?: true
Size: 918 Bytes
Versions: 4
Compression:
Stored size: 918 Bytes
Contents
<%= form_for([@scriptcdn_author.script, @scriptcdn_author], url: scriptcdn_script_author_path, method: :patch) do |f| %> <%= render 'phcnotifi/validations', :object => @scriptcdn_author %> <div class="form-group field_with_error"> <%= f.label :authorfirstname, "First Name" %> <%= f.text_field :authorfirstname %> </div> <div class="form-group field_with_error"> <%= f.label :authorlastname, "Last Name" %> <%= f.text_field :authorlastname %> </div> <div class="form-group field_with_error"> <%= f.label :authoremail, "Last Name" %> <%= f.text_field :authoremail %> </div> <div class="form-group field_with_error"> <%= f.label :authorgithub, "Last Name" %> <%= f.text_field :authorgithub %> </div> <div class="form-group field_with_error"> <%= f.label :authortwitter, "Last Name" %> <%= f.text_field :authortwitter %> </div> <div class="actions"> <%= f.submit %> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems