Use foodsoft button and table styles (no btn-group, no table-condensed)
This commit is contained in:
parent
d3ccfd1929
commit
1ebd4e3ce6
2 changed files with 6 additions and 7 deletions
|
@ -98,7 +98,7 @@
|
|||
.btn-toolbar
|
||||
.btn-group
|
||||
%input#new_stock_article{:style => 'width: 500px;'}
|
||||
%table.table.table-condensed.table-hover#stock_articles_for_adding
|
||||
%table.table.table-hover#stock_articles_for_adding
|
||||
%thead
|
||||
%tr
|
||||
%th
|
||||
|
@ -114,7 +114,7 @@
|
|||
= render :partial => 'stock_article_for_adding', :locals => {:article => article}
|
||||
|
||||
%h2= t '.title_fill_quantities'
|
||||
%table.table.table-condensed#stock_changes
|
||||
%table.table#stock_changes
|
||||
%thead
|
||||
%tr
|
||||
%th
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
%td{:data => {:toggle => :tooltip, :title => render(:partial => 'shared/article_price_info', :locals => {:article => article})}} #{number_to_currency article.price}/#{article.unit}
|
||||
%td.sort-by-category= article.article_category.name
|
||||
%td
|
||||
.btn-group
|
||||
= link_to t('.action_edit'), edit_stock_article_supplier_deliveries_path(@supplier, :stock_article_id => article.id), remote: true, class: 'btn btn-mini'
|
||||
= link_to t('.action_other_price'), copy_stock_article_supplier_deliveries_path(@supplier, :old_stock_article_id => article.id), remote: true, class: 'btn btn-mini'
|
||||
- deliver_button_disabled = ( @delivery and @delivery.includes_article? article ) ? ( 'disabled' ) : ( false )
|
||||
|
|
Loading…
Reference in a new issue