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