app/views/phcscriptcdn/script/authors/_form.html.erb in phcscriptcdn-49.0.0 vs app/views/phcscriptcdn/script/authors/_form.html.erb in phcscriptcdn-50.0.0
- old
+ new
@@ -3,23 +3,23 @@
<!-- 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 :authorfirstname, "Author First Name" %>
- <%= form_phc_scriptcdn_author.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %>
+ <%= 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 :authorlastname, "Author Last Name" %>
- <%= form_phc_scriptcdn_author.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %>
+ <%= 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 :authorwebsite, "Author Website" %>
- <%= form_phc_scriptcdn_author.text_field :authorwebsite, placeholder: "Author Website", class: "form-control" %>
+ <%= 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 :authorgithub, "Author Github Address" %>
- <%= form_phc_scriptcdn_author.text_field :authorgithub, placeholder: "Author Github Address", class: "form-control" %>
+ <%= 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">