app/views/phcscriptcdnpro/scriptcdn/informations/_formpatch.html.erb in phcscriptcdnpro-1.11.7 vs app/views/phcscriptcdnpro/scriptcdn/informations/_formpatch.html.erb in phcscriptcdnpro-1.11.8
- old
+ new
@@ -26,10 +26,10 @@
<%= f.label :scriptgithub, "Script Github" %>
<%= f.text_field :scriptgithub, placeholder: "Script Information Github Address", class: "form-control" %>
</div>
<div class="form-group field_with_error">
<%= f.label :scriptinitialrelease, "Initial Release" %>
- <%= f.date_select :scriptinitialrelease, placeholder: "Script Information Initial Release", class: "form-control" %>
+ <%= f.date_select :scriptinitialrelease, class: "form-control" %>
</div>
<div class="form-group field_with_error">
<%= f.label :scriptlicence, "Script Licence" %>
<%= f.select( :scriptlicence, [['MIT','MIT'],['Apache 2.0','Apache v2']], {}, {class: "form-control form-control-sm"}) %>
</div>