diff options
| author | Xinhui | 2016-10-13 10:26:15 +0200 |
|---|---|---|
| committer | Xinhui | 2016-10-13 10:26:15 +0200 |
| commit | f7029aa64acd928ba47f85cb33e76aad1b4bc6bc (patch) | |
| tree | ed0c301823bfb8b70217aab78a85e5249ad86511 | |
| parent | d66abf8f9b58ddeeabc4e53e8ed1fd382b9f1907 (diff) | |
| download | chouette-core-f7029aa64acd928ba47f85cb33e76aad1b4bc6bc.tar.bz2 | |
Remove sidkiq web-ui && delete link for companies
| -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 |
