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
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-02-02 18:47:30 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-02-02 18:47:30 +0300
commita7f1463ed99bb5017854faf31928d2ce0350e202 (patch)
tree0d2ef15fe030fbbec04c3129cc250d86987ffc5a /app/views
parentf6699fbcd74670edd9a20c8d92b412f53ffe3b4c (diff)
parentf8490a4f35fbb2c787c993280bfdce75614da216 (diff)
Merge branch '42695-sign-in-page-logo-is-not-properly-rendered' into 'master'
Resolve "Sign-in page logo is not properly rendered." Closes #42695 See merge request gitlab-org/gitlab-ce!16875
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/devise.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 4e9ea33e675..a95c834dcfd 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -15,7 +15,7 @@
.col-sm-7.brand-holder.pull-left
%h1
= brand_title
- = brand_image
+ = brand_image
- if brand_item&.description?
= brand_text
- else