summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/_nav_build.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/ci/_nav_build.html.haml')
-rw-r--r--app/views/layouts/ci/_nav_build.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/ci/_nav_build.html.haml b/app/views/layouts/ci/_nav_build.html.haml
new file mode 100644
index 00000000000..732882726e7
--- /dev/null
+++ b/app/views/layouts/ci/_nav_build.html.haml
@@ -0,0 +1,3 @@
+= render 'layouts/ci/nav_project',
+ back_title: 'Back to project commit',
+ back_url: ci_project_ref_commits_path(@project, @commit.ref, @commit.sha)