app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb in phcscriptcdnpro-1.5.1 vs app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb in phcscriptcdnpro-1.5.2
- old
+ new
@@ -2,28 +2,28 @@
<%= render 'phcnotifi/validations', :object => @scriptcdn_author %>
<div class="form-group field_with_error">
<%= f.label :authorfirstname, "First Name" %>
- <%= f.text_field :authorfirstname %>
+ <%= f.text_field :authorfirstname, class: "form-control" %>
</div>
<div class="form-group field_with_error">
<%= f.label :authorlastname, "Last Name" %>
- <%= f.text_field :authorlastname %>
+ <%= f.text_field :authorlastname, class: "form-control" %>
</div>
<div class="form-group field_with_error">
<%= f.label :authoremail, "Last Name" %>
- <%= f.text_field :authoremail %>
+ <%= f.text_field :authoremail, class: "form-control" %>
</div>
<div class="form-group field_with_error">
<%= f.label :authorgithub, "Last Name" %>
- <%= f.text_field :authorgithub %>
+ <%= f.text_field :authorgithub, class: "form-control" %>
</div>
<div class="form-group field_with_error">
<%= f.label :authortwitter, "Last Name" %>
- <%= f.text_field :authortwitter %>
+ <%= f.text_field :authortwitter, class: "form-control" %>
</div>
<div class="actions">
- <%= f.submit %>
+ <%= f.submit class: "btn blue-hoki" %>
</div>
<% end %>