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