summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-02-04 07:25:35 -0500
committerJacob Schatz <jschatz@gitlab.com>2018-02-04 07:25:35 -0500
commit0178eb8425c1735f374b77ddc0de10f85501319e (patch)
tree70597cf84692e765be3cefa6594a7af1cc66707b
parent91d2f92b1a09aa96e464962788cda57485c9a22f (diff)
downloadgitlab-ce-wizzy-comment.tar.gz
Initial changeswizzy-comment
-rw-r--r--app/assets/javascripts/vue_shared/components/markdown/header.vue4
-rw-r--r--app/views/projects/_md_preview.html.haml4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/vue_shared/components/markdown/header.vue b/app/assets/javascripts/vue_shared/components/markdown/header.vue
index f65eab11a27..7708fe1aa6a 100644
--- a/app/assets/javascripts/vue_shared/components/markdown/header.vue
+++ b/app/assets/javascripts/vue_shared/components/markdown/header.vue
@@ -60,7 +60,7 @@
tabindex="-1"
@click.prevent="writeMarkdownTab($event)"
>
- Write
+ Writez
</a>
</li>
<li
@@ -72,7 +72,7 @@
tabindex="-1"
@click.prevent="previewMarkdownTab($event)"
>
- Preview
+ Previewz
</a>
</li>
<li
diff --git a/app/views/projects/_md_preview.html.haml b/app/views/projects/_md_preview.html.haml
index 8212ab9a31e..30fa3a80bb2 100644
--- a/app/views/projects/_md_preview.html.haml
+++ b/app/views/projects/_md_preview.html.haml
@@ -12,10 +12,10 @@
%ul.nav-links.clearfix
%li.md-header-tab.active
%a.js-md-write-button{ href: "#md-write-holder", tabindex: -1 }
- Write
+ Writez
%li.md-header-tab
%a.js-md-preview-button{ href: "#md-preview-holder", tabindex: -1 }
- Preview
+ Previewz
%li.md-header-toolbar.active
= markdown_toolbar_button({ icon: "bold", data: { "md-tag" => "**" }, title: "Add bold text" })