summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/main.scss4
-rw-r--r--app/views/projects/show.html.haml2
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index dcb2ae5..a4372db 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -352,3 +352,7 @@ label {
}
.nav-pills > .active > a > i[class^="icon-"] { background: inherit; }
+
+.badge-codes-block {
+ display: none;
+}
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index c75acf6..e1851e4 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -19,7 +19,7 @@
Paste build status image for #{@ref} with next link
= link_to '#', class: 'badge-codes-toggle btn btn-default btn-sm' do
Status Badge
- .badge-codes-block.well.well-small.hide
+ .badge-codes-block.alert.alert-info
%label Markdown:
= text_field_tag 'badge_md', markdown_badge_code(@project, @ref), readonly: true, class: 'form-control'
%label Html: