Commit 1320b0eb authored by Juan J. Ramirez's avatar Juan J. Ramirez Committed by Mike Greiling

Indicate that tokens show in GitLab GUI are not the entire/full tokens

parent 4caa2f25
......@@ -3,7 +3,7 @@
= runner_status_icon(runner)
- if @project_runners.include?(runner)
= link_to runner.short_sha, project_runner_path(@project, runner), class: 'commit-sha'
= link_to runner.short_sha.concat("..."), project_runner_path(@project, runner), class: 'commit-sha has-tooltip', title: _("Partial token for reference only")
- if runner.locked?
= icon('lock', class: 'has-tooltip', title: _('Locked to current projects'))
......
---
title: Improvement in token reference
merge_request:
author:
type: other
......@@ -13573,6 +13573,9 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
msgid "Partial token for reference only"
msgstr ""
msgid "Participants"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment