Sha256: 50257739b443a1e6bade70a829579924f2be5aa0efeee3f516c78a50089dc7ab
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 KB
Contents
<%= form_with(model: script_author, local: true) do |form_phc_scriptcdn_author| %> <!-- PHCNotifi Render Validation --> <%= render 'phcnotifi/validations', :object => @script_author %> <!-- Form_phc_scriptcdn_author Input Fields --> <div class="form-group field_with_error"> <%= form_phc_scriptcdn_author.label :author_first_name, "Author First Name" %> <%= form_phc_scriptcdn_author.text_field :author_first_name, placeholder: "Author First Name", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= form_phc_scriptcdn_author.label :author_last_name, "Author Last Name" %> <%= form_phc_scriptcdn_author.text_field :author_last_name, placeholder: "Author Last Name", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= form_phc_scriptcdn_author.label :author_website, "Author Website" %> <%= form_phc_scriptcdn_author.text_field :author_website, placeholder: "Author Website", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= form_phc_scriptcdn_author.label :author_github, "Author Github Address" %> <%= form_phc_scriptcdn_author.text_field :author_github, placeholder: "Author Github Address", class: "form-control" %> </div> <!-- Form_phc_scriptcdn_author Input Fields --> <!-- Form_phc_scriptcdn_author Submition Button --> <div class="actions"> <%= form_phc_scriptcdn_author.submit class: "btn btn-primary" %> </div> <!-- For Submition Button --> <% end %>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
phcscriptcdnpro-73.1.0 | app/views/phcscriptcdnpro/script/authors/_form.html.erb |
phcscriptcdn-50.0.0 | app/views/phcscriptcdn/script/authors/_form.html.erb |