Sha256: a87d3806b805ea8ab5f5c790e174d545c05bcc6a66ab7ca13672966a5e149876
Contents?: true
Size: 903 Bytes
Versions: 4
Compression:
Stored size: 903 Bytes
Contents
<%= form_for([@scriptcdn_author.script, @scriptcdn_author], url: scriptcdn_script_authors_path) 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