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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-12 23:32:55 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-12 23:32:55 +0300
commitc2cbc155741a2c7f0796c2347e679423ba924e15 (patch)
treed9166d81f2c09191f40432b2b70d38ea966d2371 /app/views/admin/appearances/_form.html.haml
parentc552328617202bd1225abd3e84fc7f4a4b79e4fa (diff)
[skip ci] .input-group-addon to .input-group-prepend, .input-group-append
Diffstat (limited to 'app/views/admin/appearances/_form.html.haml')
-rw-r--r--app/views/admin/appearances/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/appearances/_form.html.haml b/app/views/admin/appearances/_form.html.haml
index d3637a3dcdd..35e8224e7cf 100644
--- a/app/views/admin/appearances/_form.html.haml
+++ b/app/views/admin/appearances/_form.html.haml
@@ -1,4 +1,4 @@
-= form_for @appearance, url: admin_appearances_path, do |f|
+= form_for @appearance, url: admin_appearances_path do |f|
= form_errors(@appearance)
%fieldset.app_logo