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
368bd25c
Commit
368bd25c
authored
Feb 16, 2021
by
Samantha Ming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update link to use GlButton
Issue:
https://gitlab.com/gitlab-org/gitlab/-/issues/301020
parent
774a38ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/projects/compare/components/app.vue
app/assets/javascripts/projects/compare/components/app.vue
+4
-4
No files found.
app/assets/javascripts/projects/compare/components/app.vue
View file @
368bd25c
...
...
@@ -69,21 +69,21 @@ export default {
<gl-button
category=
"primary"
variant=
"success"
class=
"gl-ml-3"
@
click=
"onSubmit"
>
{{
s__
(
'
CompareRevisions|Compare
'
)
}}
</gl-button>
<
a
<
gl-button
v-if=
"projectMergeRequestPath"
:href=
"projectMergeRequestPath"
data-testid=
"projectMrButton"
class=
"btn btn-default gl-button gl-ml-3"
>
{{
s__
(
'
CompareRevisions|View open merge request
'
)
}}
</
a
>
<
a
</
gl-button
>
<
gl-button
v-else-if=
"createMrPath"
:href=
"createMrPath"
data-testid=
"createMrButton"
class=
"btn btn-default gl-button gl-ml-3"
>
{{
s__
(
'
CompareRevisions|Create merge request
'
)
}}
</
a
>
</
gl-button
>
</form>
</
template
>
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