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:
authorGeorge Dewar <george.dewar@datacom.co.nz>2014-03-21 08:05:46 +0400
committerGeorge Dewar <george.dewar@datacom.co.nz>2014-03-27 00:15:25 +0400
commit83f811fff5f6b2188c82f187f747122d2f7cd936 (patch)
tree24280b67db4af295f0d4e7687362c600330e86f3 /app/models
parentad7cd8fb35869abc884a415fd16057d522a2fd8e (diff)
Refactor Parallel Diff feature and add scrollbars
Also now removed lines relating to unused comments feature
Diffstat (limited to 'app/models')
-rw-r--r--app/models/diff_line.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/diff_line.rb b/app/models/diff_line.rb
new file mode 100644
index 00000000000..ad37945874a
--- /dev/null
+++ b/app/models/diff_line.rb
@@ -0,0 +1,3 @@
+class DiffLine
+ attr_accessor :type, :content, :num, :code
+end