update logout an d remove botstrap select

This commit is contained in:
Aung Myo
2017-10-20 11:18:47 +06:30
parent 772ef9ba25
commit 990e32a332
7 changed files with 18 additions and 41 deletions

View File

@@ -1,5 +1,3 @@
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9">
<%= simple_form_for([:settings,@employee]) do |f| %>
@@ -7,7 +5,7 @@
<div class="form-inputs">
<%= f.input :name %>
<%= f.input :role, :collection => Lookup.collection_of("employee_roles") %>
<%= f.input :role, :collection => Lookup.collection_of("employee_roles"),:class=>'form-group' %>
<%= f.input :emp_id, :as => :integer, :label => "Employee Numberic ID (*Unique)" %>
<%= f.input :password %>