summaryrefslogtreecommitdiff
path: root/app/views/projects/badges
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/badges')
-rw-r--r--app/views/projects/badges/index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/badges/index.html.haml b/app/views/projects/badges/index.html.haml
index fb57bf411dc..c22384ddf46 100644
--- a/app/views/projects/badges/index.html.haml
+++ b/app/views/projects/badges/index.html.haml
@@ -6,7 +6,7 @@
.panel.panel-default
.panel-heading
%b Builds badge ·
- = @badge.to_html
+ = @build_badge.to_html
.pull-right
= render 'shared/ref_switcher', destination: 'badges'
.panel-body
@@ -14,11 +14,11 @@
.col-md-2.text-center
Markdown
.col-md-10.code.js-syntax-highlight
- = highlight('.md', @badge.to_markdown)
+ = highlight('.md', @build_badge.to_markdown)
.row
%hr
.row
.col-md-2.text-center
HTML
.col-md-10.code.js-syntax-highlight
- = highlight('.html', @badge.to_html)
+ = highlight('.html', @build_badge.to_html)