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:
authorPhil Hughes <me@iamphill.com>2016-03-29 20:17:31 +0300
committerPhil Hughes <me@iamphill.com>2016-04-04 12:48:49 +0300
commitb7f0b22b9fe76f634d9e8cbce03cfaac41f333e6 (patch)
tree231a29b941866a0b1c46e85a0d328486ae0fe1e8 /app/views/projects/_zen.html.haml
parent3dd91f55a048c13e6dc81ec685e521d2fc5a78f5 (diff)
Started refactoring of note form
Diffstat (limited to 'app/views/projects/_zen.html.haml')
-rw-r--r--app/views/projects/_zen.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/projects/_zen.html.haml b/app/views/projects/_zen.html.haml
index e701253d7de..93a7e1cfebd 100644
--- a/app/views/projects/_zen.html.haml
+++ b/app/views/projects/_zen.html.haml
@@ -5,8 +5,7 @@
= f.text_area attr, class: classes
- else
= text_area_tag attr, nil, class: classes
- %a.js-zen-enter(tabindex="-1" href="#")
- = icon('expand')
- Edit in fullscreen
- %a.js-zen-leave(tabindex="-1" href="#")
+ %a.js-zen-enter{ tabindex: "-1", href: "#" }
+ Go full screen
+ %a.js-zen-leave{ tabindex: "-1", href: "#" }
= icon('compress')