diff options
author | Stan Hu <stanhu@gmail.com> | 2015-07-24 14:39:04 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-07-24 14:39:04 -0700 |
commit | 71a8c780fff67a4d29c19cb43dc6d002d72ecbc1 (patch) | |
tree | a3be3d6b52ce1c0a6abca822c48125c3859998b5 /lib | |
parent | bbbcc9657f60960fadae2d9bbd1a11b3a5319e1f (diff) | |
parent | d51ebb7e86bf294e3dd7be94d3c7ec94613a6120 (diff) | |
download | gitlab-ce-71a8c780fff67a4d29c19cb43dc6d002d72ecbc1.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unfold_form.rb | 1 |
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 |