update admin bsb

This commit is contained in:
Aung Myo
2017-10-20 17:02:49 +06:30
parent 9dac7198e9
commit f0494307f6
20 changed files with 232 additions and 96 deletions

View File

@@ -17,9 +17,8 @@
<%= f.text_field :joined_date, {class: 'form-control datepicker', id: 'joined_date', readonly: true} %><br/>
<%= f.label :resigned_date %><br/>
<%= f.text_field :resigned_date, {class: 'form-control datepicker', id: 'resigned_date', readonly: true} %><br/>
<label><%= f.check_box :is_active %> Active </label>
<%= f.input :is_active %>
</div>
<br/>
<div class="form-actions">
<%= f.submit "Submit",:class => 'btn btn-primary btn-lg waves-effect' %>