diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-08 12:49:26 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-08 13:12:47 +0200 |
commit | 89f2be7d5867991c1fe964e8d9a94ff64c13ce61 (patch) | |
tree | 8b540352259a18948a78a514f12b812125143d19 /lib | |
parent | bc17996227117bcaf11dc41a0dd2b2f11a7329f4 (diff) | |
download | gitlab-ce-89f2be7d5867991c1fe964e8d9a94ff64c13ce61.tar.gz |
Improve indentation in svg badge template
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/badge/build/template.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/badge/build/template.rb b/lib/gitlab/badge/build/template.rb index a7c2e176935..deba3b669b3 100644 --- a/lib/gitlab/badge/build/template.rb +++ b/lib/gitlab/badge/build/template.rb @@ -2,7 +2,7 @@ module Gitlab module Badge class Build ## - # Abstract class for build badge template. + # Class that represents a build badge template. # # Template object will be passed to badge.svg.erb template. # |