Commit 7fe1e7fa authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '348830-follow-add-tooltip-to-file-tree-header' into 'master'

Add toggle tooltip to last commit pane

See merge request gitlab-org/gitlab!79189
parents e37b3e45 c8859a8e
......@@ -139,8 +139,10 @@ export default {
/>
<gl-button
v-if="commit.descriptionHtml"
v-gl-tooltip
:class="{ open: showDescription }"
:aria-label="__('Show commit description')"
:title="__('Toggle commit description')"
:aria-label="__('Toggle commit description')"
class="text-expander gl-vertical-align-bottom!"
icon="ellipsis_h"
@click="toggleShowDescription"
......
......@@ -33021,9 +33021,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
msgid "Show commit description"
msgstr ""
msgid "Show complete raw log"
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