Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a29c07ef
Commit
a29c07ef
authored
Oct 02, 2020
by
Nick Gaskill
Committed by
Phil Hughes
Oct 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change tooltip to GlTooltip in mr_widget_missing_branch.vue
parent
b08e0e74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.vue
...est_widget/components/states/mr_widget_missing_branch.vue
+3
-4
No files found.
app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.vue
View file @
a29c07ef
<
script
>
import
{
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
GlIcon
,
GlTooltipDirective
}
from
'
@gitlab/ui
'
;
import
{
sprintf
,
s__
}
from
'
~/locale
'
;
import
tooltip
from
'
~/vue_shared/directives/tooltip
'
;
import
statusIcon
from
'
../mr_widget_status_icon.vue
'
;
export
default
{
name
:
'
MRWidgetMissingBranch
'
,
directives
:
{
tooltip
,
GlTooltip
:
GlTooltipDirective
,
},
components
:
{
GlIcon
,
...
...
@@ -52,7 +51,7 @@ export default {
<span
class=
"bold js-branch-text"
>
<span
class=
"capitalize"
>
{{
missingBranchName
}}
</span>
{{
s__
(
'
mrWidget|branch does not exist.
'
)
}}
{{
missingBranchNameMessage
}}
<gl-icon
v-tooltip
:title=
"message"
:aria-label=
"message"
name=
"question-o"
/>
<gl-icon
v-
gl-
tooltip
:title=
"message"
:aria-label=
"message"
name=
"question-o"
/>
</span>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment