update material ui
This commit is contained in:
@@ -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 ,:input_html=>{:class=>"col-md-10"}%>
|
||||
<%= f.input :account_type, :collection => Lookup.collection_of("account_type"),:input_html=>{:class=>"col-md-10"} %>
|
||||
<%= f.input :title ,:input_html=>{:class=>"col-md-10"},:required=>true%>
|
||||
<%= f.input :account_type, :collection => Lookup.collection_of("account_type"),:input_html=>{:class=>"col-md-10"},:required=>true %>
|
||||
<%= f.input :discount %>
|
||||
<%= f.input :point %>
|
||||
<%= f.input :bonus %>
|
||||
|
||||
Reference in New Issue
Block a user