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-22 20:48:34 +0300
committerStan Hu <stanhu@gmail.com>2015-07-22 20:48:34 +0300
commitd51ebb7e86bf294e3dd7be94d3c7ec94613a6120 (patch)
treea3c0c56f937b72d6b238d7557de44edaaf70bb69 /lib
parent39dc39e33529ac3632e5d5a6fa06bf6908fb4fa4 (diff)
parentdbff6bc106c679edbd135a69ba74532fabe1e996 (diff)
Merge pull request #9472 from Leibniz137/indent_unfolded_code_1_char
Gitlab Issue 707: Indent unfolded code 1 character
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