fix css of generate_card
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<%= form_tag generate_card_account_items_path,:method => :post do %>
|
||||
<%= hidden_field_tag 'id', params[:id] %>
|
||||
<%= label_tag(:qty, "Qty:") %>
|
||||
<%= text_field_tag(:qty) %>
|
||||
<%= submit_tag("Generate") %>
|
||||
<%= text_field_tag :qty, "", class: 'adjust_height' %>
|
||||
<%= submit_tag("Generate", :class=>"btn btn-primary btn_height") %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user