update item attr and options pages

This commit is contained in:
Aung Myo
2017-10-26 10:21:46 +06:30
parent 40bb227975
commit fe6d8a4be0
6 changed files with 127 additions and 98 deletions

View File

@@ -3,8 +3,8 @@
<%= simple_form_for([:settings,@settings_account]) do |f| %>
<%= f.error_notification %>
<div class="form-inputs p-l-10">
<%= f.input :title %>
<%= f.input :account_type, :collection => Lookup.collection_of("account_type") %>
<%= f.input :title ,:input_html=>{:class=>"col-md-10"}%>
<%= f.input :account_type, :collection => Lookup.collection_of("account_type"),:input_html=>{:class=>"col-md-10"} %>
<%= f.input :discount %>
<%= f.input :point %>
<%= f.input :bonus %>