summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-07 14:26:07 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-07 14:26:07 +0200
commit6f6097713ca593c7a7177df0f06420b124d478aa (patch)
treee437ea1318c31b14b9d7bb7f1892ba2f220a13df /app/views/ci
parent0611a18964a998b6edc81ef9b469f9f70430e542 (diff)
downloadgitlab-ce-6f6097713ca593c7a7177df0f06420b124d478aa.tar.gz
Move status badge helper to CI project settings for now
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/projects/show.html.haml16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/ci/projects/show.html.haml b/app/views/ci/projects/show.html.haml
index 888b1ea41d5..f5244696c5d 100644
--- a/app/views/ci/projects/show.html.haml
+++ b/app/views/ci/projects/show.html.haml
@@ -19,22 +19,6 @@
%li.pull-right
= link_to 'Go to project', project_path(gl_project), class: 'btn btn-sm'
-- if @ref
- %p
- Paste build status image for #{@ref} with next link
- = link_to '#', class: 'badge-codes-toggle btn btn-default btn-xs' do
- Status Badge
- .badge-codes-block.bs-callout.bs-callout-info.hide
- %p
- Status badge for
- %span.label.label-info #{@ref}
- branch
- %div
- %label Markdown:
- = text_field_tag 'badge_md', markdown_badge_code(@project, @ref), readonly: true, class: 'form-control'
- %label Html:
- = text_field_tag 'badge_html', html_badge_code(@project, @ref), readonly: true, class: 'form-control'
-