summaryrefslogtreecommitdiff
path: root/app/views/projects/tracings/_tracing_button.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-08 15:08:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-08 15:08:17 +0000
commit1ec1bec4ee7ef7cb2e6faa7af625950f6d7aa290 (patch)
tree515047b93cfb054156b99c612684eb9a4c45330d /app/views/projects/tracings/_tracing_button.html.haml
parent2f5c5b1081fe544ecb9a71d8adf88e00f01f3732 (diff)
downloadgitlab-ce-1ec1bec4ee7ef7cb2e6faa7af625950f6d7aa290.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/tracings/_tracing_button.html.haml')
-rw-r--r--app/views/projects/tracings/_tracing_button.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/tracings/_tracing_button.html.haml b/app/views/projects/tracings/_tracing_button.html.haml
new file mode 100644
index 00000000000..c9a6afd3761
--- /dev/null
+++ b/app/views/projects/tracings/_tracing_button.html.haml
@@ -0,0 +1,2 @@
+= link_to project_settings_operations_path(@project), title: _('Configure Tracing'), class: 'btn btn-success' do
+ = _('Add Jaeger URL')