app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb in phcscriptcdnpro-1.9.4 vs app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb in phcscriptcdnpro-1.9.5
- old
+ new
@@ -1,26 +1,26 @@
<%= form_for([@scriptcdn_author.main, @scriptcdn_author], url: scriptcdn_main_authors_path) do |f| %>
<%= render 'phcnotifi/validations', :object => @scriptcdn_author %>
<div class="form-group field_with_error">
- <%= f.label :authorfirstname, "First Name" %>
+ <%= f.label :authorfirstname, "Author First Name" %>
<%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %>
</div>
<div class="form-group field_with_error">
- <%= f.label :authorlastname, "Last Name" %>
+ <%= f.label :authorlastname, "Author Last Name" %>
<%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %>
</div>
<div class="form-group field_with_error">
- <%= f.label :authoremail, "Last Name" %>
- <%= f.text_field :authoremail, placeholder: "Author Email", class: "form-control" %>
+ <%= f.label :authorwebsite, "Author Website" %>
+ <%= f.text_field :authorwebsite, placeholder: "Author Website", class: "form-control" %>
</div>
<div class="form-group field_with_error">
- <%= f.label :authorgithub, "Last Name" %>
+ <%= f.label :authorgithub, "Author Github" %>
<%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %>
</div>
<div class="form-group field_with_error">
- <%= f.label :authortwitter, "Last Name" %>
+ <%= f.label :authortwitter, "Author Twitter" %>
<%= f.text_field :authortwitter, placeholder: "Author Twitter", class: "form-control" %>
</div>
<div class="actions">
<%= f.submit class: "btn blue-hoki" %>
</div>