summaryrefslogtreecommitdiff
path: root/app/views/projects/_aside.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_aside.html.haml')
-rw-r--r--app/views/projects/_aside.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/projects/_aside.html.haml b/app/views/projects/_aside.html.haml
index a5a570c0edb..aeee5126431 100644
--- a/app/views/projects/_aside.html.haml
+++ b/app/views/projects/_aside.html.haml
@@ -59,17 +59,6 @@
%span.count
= @repository.blob_by_oid(version.id).data
-.prepend-top-10.append-bottom-10
- %p
- %span.light Created on
- #{@project.created_at.stamp('Aug 22, 2013')}
- %p
- %span.light Owned by #{@project.group ? "the" : nil}
- - if @project.group
- #{link_to @project.group.name, @project.group} group
- - else
- #{link_to @project.owner_name, @project.owner}
-
.prepend-top-10
- @project.ci_services.each do |ci_service|