diff options
Diffstat (limited to 'app/views/purchase_windows/index.html.slim')
| -rw-r--r-- | app/views/purchase_windows/index.html.slim | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/purchase_windows/index.html.slim b/app/views/purchase_windows/index.html.slim index 04f9fb0a8..0dba86935 100644 --- a/app/views/purchase_windows/index.html.slim +++ b/app/views/purchase_windows/index.html.slim @@ -1,7 +1,4 @@  - breadcrumb :purchase_windows, @referential -- content_for :page_header_actions do -  - if policy(Chouette::PurchaseWindow).create? -    = link_to(t('actions.add'), new_referential_purchase_window_path(@referential), class: 'btn btn-default')  .page_content    .container-fluid @@ -32,7 +29,6 @@                  sortable: false \                ) \              ], -            links: [:show],              cls: 'table has-filter'            = new_pagination @purchase_windows, 'pull-right'  | 
