summaryrefslogtreecommitdiff
path: root/app/controllers/projects
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-04 10:40:40 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-06 19:56:34 +0200
commit97a2de9e03f9ad947642ded3b4f4e7761fcaa9c3 (patch)
tree3b7e6ea9f1810848ae3a56bb3f4879889c54ef7c /app/controllers/projects
parenta2bbd2501a15fa60b36110e1acb3d3141586e353 (diff)
downloadgitlab-ce-97a2de9e03f9ad947642ded3b4f4e7761fcaa9c3.tar.gz
Make it possible to switch ref in badges view
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/refs_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/projects/refs_controller.rb b/app/controllers/projects/refs_controller.rb
index 00df1c9c965..d79f16e6a5a 100644
--- a/app/controllers/projects/refs_controller.rb
+++ b/app/controllers/projects/refs_controller.rb
@@ -24,6 +24,8 @@ class Projects::RefsController < Projects::ApplicationController
namespace_project_find_file_path(@project.namespace, @project, @id)
when "graphs_commits"
commits_namespace_project_graph_path(@project.namespace, @project, @id)
+ when "badges"
+ namespace_project_badges_path(@project.namespace, @project, ref: @id)
else
namespace_project_commits_path(@project.namespace, @project, @id)
end