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:
authorBryce Johnson <bryce@gitlab.com>2016-10-10 17:34:57 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-15 09:28:54 +0300
commit23fd1f1630f4977ecc452ede086eaebfd836b978 (patch)
treec32e74158d5fdabea57bc03291ac12626a1bfba7 /app/views/admin/appearances
parentf141cdb3dddd16c729a828838e907473132a3a18 (diff)
Use Ruby 1.9 syntax in tab_single def and usage.
Diffstat (limited to 'app/views/admin/appearances')
-rw-r--r--app/views/admin/appearances/preview.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/appearances/preview.html.haml b/app/views/admin/appearances/preview.html.haml
index 0d35702c634..acbe17036f7 100644
--- a/app/views/admin/appearances/preview.html.haml
+++ b/app/views/admin/appearances/preview.html.haml
@@ -1,4 +1,4 @@
-= render 'devise/shared/tab_single', { :tab_title => 'Sign in preview' }
+= render 'devise/shared/tab_single', tab_title: 'Sign in preview'
.login-box
%form.show-gl-field-errors
.form-group