summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 09:45:46 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 12:29:41 -0500
commit5bfbb44622b8f1948b41855a4d43569de6104e4a (patch)
treee2ab5d7df74156f6ebf52737a28838d2c8581d52
parent651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff)
downloadgitlab-ce-24133-custom-signin-text-alignment.tar.gz
Add custom text to column24133-custom-signin-text-alignment
-rw-r--r--app/views/layouts/devise.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 6922f1e153f..afd9958f073 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -26,8 +26,8 @@
Perform code reviews and enhance collaboration with merge requests.
Each project can also have an issue tracker and a wiki.
- - if current_application_settings.sign_in_text.present?
- = markdown_field(current_application_settings, :sign_in_text)
+ - if current_application_settings.sign_in_text.present?
+ = markdown_field(current_application_settings, :sign_in_text)
%hr.footer-fixed
.container.footer-container