summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-04-15 10:40:19 +0200
committerDenys Mishunov <dmishunov@gitlab.com>2019-04-15 10:54:54 +0200
commit3b6dcb8d816df8457889e966455bf7a5d910be34 (patch)
tree1ed92ddccdb76b18e2e803755da398506c729129
parent8ede9d188e20d9e173fa6f0c5d899771a392b78a (diff)
downloadgitlab-ce-59034-external-link-button.tar.gz
Replaced external link button with doc-text icon59034-external-link-button
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59034
-rw-r--r--app/assets/javascripts/diffs/components/diff_file_header.vue2
-rw-r--r--changelogs/unreleased/59034-external-link-button.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_file_header.vue b/app/assets/javascripts/diffs/components/diff_file_header.vue
index 32e5fa5bf8b..0fb7cfbdb95 100644
--- a/app/assets/javascripts/diffs/components/diff_file_header.vue
+++ b/app/assets/javascripts/diffs/components/diff_file_header.vue
@@ -303,7 +303,7 @@ export default {
class="view-file js-view-file-button"
:title="viewFileButtonText"
>
- <icon name="external-link" />
+ <icon name="doc-text" />
</gl-button>
<a
diff --git a/changelogs/unreleased/59034-external-link-button.yml b/changelogs/unreleased/59034-external-link-button.yml
new file mode 100644
index 00000000000..3d8e9e82836
--- /dev/null
+++ b/changelogs/unreleased/59034-external-link-button.yml
@@ -0,0 +1,5 @@
+---
+title: Replaced icon for external URL with doc-text icon
+merge_request: 27365
+author:
+type: fixed