summaryrefslogtreecommitdiff
path: root/lib/gitlab/badge/build/template.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-08-10 14:12:31 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-08-15 14:39:46 +0200
commit9f0b46c05aef9d0352bfaa5e42e34143227de8ff (patch)
tree546d740aa3c1b21e234a6b5a1b260a31b44ec049 /lib/gitlab/badge/build/template.rb
parent6f0b5800a92e5a0a9b94a36e013baa6361d638d5 (diff)
downloadgitlab-ce-9f0b46c05aef9d0352bfaa5e42e34143227de8ff.tar.gz
Move badges to separate modules and add base class
Diffstat (limited to 'lib/gitlab/badge/build/template.rb')
-rw-r--r--lib/gitlab/badge/build/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/badge/build/template.rb b/lib/gitlab/badge/build/template.rb
index deba3b669b3..779569d0cd7 100644
--- a/lib/gitlab/badge/build/template.rb
+++ b/lib/gitlab/badge/build/template.rb
@@ -1,6 +1,6 @@
module Gitlab
module Badge
- class Build
+ module Build
##
# Class that represents a build badge template.
#