summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 4310f038fc9..6963d657d9e 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -57,6 +57,9 @@
%li.missing
= link_to add_contribution_guide_path(@project) do
Add Contribution guide
+ - if @project.builds_enabled?
+ %li
+ = link_to 'Badges', ''
- if @repository.commit
.content-block.second-block.white