Commit c8859a8e authored by Nic O'Sullivan's avatar Nic O'Sullivan Committed by Kushal Pandya

Add toggle tooltip to last commit pane

parent d6c8b248
...@@ -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"
......
...@@ -33024,9 +33024,6 @@ msgstr "" ...@@ -33024,9 +33024,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