Sha256: e08870dfcb270382d79fe3881561d0f9481723fc15ac4a5824753049e8e079cc
Contents?: true
Size: 1.37 KB
Versions: 12
Compression:
Stored size: 1.37 KB
Contents
<!-- Form - Script - Authors --> <%= form_with(model: script_author, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @script_author %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group field_with_errors"> <%= form.label :script_author_first_name, "Author First Name" %> <%= form.text_field :script_author_first_name, placeholder: "Author First Name", class: "form-control" %> </div> <div class="form-group field_with_errors"> <%= form.label :script_author_last_name, "Author Last Name" %> <%= form.text_field :script_author_last_name, placeholder: "Author Last Name", class: "form-control" %> </div> <div class="form-group field_with_errors"> <%= form.label :script_author_website, "Author Website" %> <%= form.text_field :script_author_website, placeholder: "Author Website", class: "form-control" %> </div> <div class="form-group field_with_errors"> <%= form.label :script_author_github, "Author Github Address" %> <%= form.text_field :script_author_github, placeholder: "Author Github Address", class: "form-control" %> </div> <!-- Form Input Fields --> <!-- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- For Submition Button --> <% end %> <!-- Form - Script - Authors -->
Version data entries
12 entries across 12 versions & 1 rubygems