summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-14 14:27:24 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 05:30:12 -0700
commit667aba6f3b6443c11ab99043c692b446abf10460 (patch)
tree175434560c28e4d420505b4d3e38fb114f6db4e2 /app/views
parent8ae4b8619bdf3f8d966416624464d5f6408d1cd6 (diff)
downloadgitlab-ce-667aba6f3b6443c11ab99043c692b446abf10460.tar.gz
Remove unused badges page and delete badges index controller action
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/badges/index.html.haml23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/views/projects/badges/index.html.haml b/app/views/projects/badges/index.html.haml
deleted file mode 100644
index ac80951dd4f..00000000000
--- a/app/views/projects/badges/index.html.haml
+++ /dev/null
@@ -1,23 +0,0 @@
-- page_title 'Badges'
-- badges_path = namespace_project_badges_path(@project.namespace, @project)
-
-.prepend-top-10
- .panel.panel-default
- .panel-heading
- %b Builds badge &middot;
- = @build_badge.to_html
- .pull-right
- = render 'shared/ref_switcher', destination: 'badges', align_right: true
- .panel-body
- .row
- .col-md-2.text-center
- Markdown
- .col-md-10.code.js-syntax-highlight
- = highlight('.md', @build_badge.to_markdown)
- .row
- %hr
- .row
- .col-md-2.text-center
- HTML
- .col-md-10.code.js-syntax-highlight
- = highlight('.html', @build_badge.to_html)