Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2015-12-22 14:24:17 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-14 14:48:13 +0300
commitbd4899befe4957576d2f22dd8f52be0c4a9104cc (patch)
tree86c65009a43a28d52783579512ee4fd28228687a /config
parentb19e958d86f5363057f006c8dbf9a8e8762618b9 (diff)
Disable `:format` in artifacts browser path
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d5b5cb2d5e3..20abf408b73 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -610,7 +610,7 @@ Rails.application.routes.draw do
resource :artifacts, only: [] do
get :download
- get 'browse(/*path)', action: :browse, as: :browse
+ get 'browse(/*path)', action: :browse, as: :browse, format: false
end
end