diff options
| -rw-r--r-- | app/views/companies/_companies.html.slim | 2 | ||||
| -rw-r--r-- | config/routes.rb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/companies/_companies.html.slim b/app/views/companies/_companies.html.slim index a83b3bada..187ff4d0d 100644 --- a/app/views/companies/_companies.html.slim +++ b/app/views/companies/_companies.html.slim @@ -5,7 +5,7 @@ .companies.paginated_content style="margin-top:20px;" = table_builder CompanyDecorator.decorate_collection(@companies), [:name, :edited_at, :published_at, :validity_period, :linecount, :transporter, :status], - ["show", "delete"], + ["show"], 'table table-bordered' .pagination diff --git a/config/routes.rb b/config/routes.rb index 196e73997..4b4411ea5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -10,7 +10,6 @@ ChouetteIhm::Application.routes.draw do devise_scope :user do authenticated :user do root :to => 'referentials#index', as: :authenticated_root - mount Sidekiq::Web => '/sidekiq' end unauthenticated :user do |
