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/lib
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-07-25 00:39:04 +0300
committerStan Hu <stanhu@gmail.com>2015-07-25 00:39:04 +0300
commit71a8c780fff67a4d29c19cb43dc6d002d72ecbc1 (patch)
treea3be3d6b52ce1c0a6abca822c48125c3859998b5 /lib
parentbbbcc9657f60960fadae2d9bbd1a11b3a5319e1f (diff)
parentd51ebb7e86bf294e3dd7be94d3c7ec94613a6120 (diff)
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'lib')
-rw-r--r--lib/unfold_form.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unfold_form.rb b/lib/unfold_form.rb
index 46b12beeaaf..fcd01503d1b 100644
--- a/lib/unfold_form.rb
+++ b/lib/unfold_form.rb
@@ -8,4 +8,5 @@ class UnfoldForm
attribute :bottom, Boolean
attribute :unfold, Boolean, default: true
attribute :offset, Integer
+ attribute :indent, Integer, default: 0
end