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