Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYatish Mehta <yatish.mehta@coupa.com>2016-05-05 00:04:13 +0300
committerYatish Mehta <yatish.mehta@coupa.com>2016-05-05 00:04:13 +0300
commit8b813277b0cbf57b2a07ad2e1b4cb87dadfb66c5 (patch)
tree50083bc2420a22a53a4b639c07358d5489cc5a5a /app/views/projects/_zen.html.haml
parentfad7b392dc633fb689e657af8b7fad346ede416e (diff)
Fixed typo in zen.scss and corresponding views
Diffstat (limited to 'app/views/projects/_zen.html.haml')
-rw-r--r--app/views/projects/_zen.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_zen.html.haml b/app/views/projects/_zen.html.haml
index e1e35013968..413477a2d3a 100644
--- a/app/views/projects/_zen.html.haml
+++ b/app/views/projects/_zen.html.haml
@@ -4,5 +4,5 @@
= f.text_area attr, class: classes, placeholder: placeholder
- else
= text_area_tag attr, nil, class: classes, placeholder: placeholder
- %a.zen-cotrol.zen-control-leave.js-zen-leave{ href: "#" }
+ %a.zen-control.zen-control-leave.js-zen-leave{ href: "#" }
= icon('compress')