show.html.haml revision a270ffb74180d084336b07b185845a619339bc93
= repository_nav resource, :overview
- if resource.remote?
= render partial: 'source'
= render partial: 'clone_url'
- if resource.is_private
%h2 Private
%p This repository is private. Only users and teams with explicitly set permissions have access to this repository.
%h2 Description
%p
- if resource.description?
- else
%em No description.
%h2 Recent changes
%p No changes.
- else
- resource.recent_changes.each do |commit|
= render partial: 'files/commit', locals: { repository: resource, commit: commit }