remove old view file

This commit is contained in:
Timothy N. Tsvetkov 2011-03-31 16:25:16 +04:00
parent c116f23b7e
commit b39d069020
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
%h1
= t('layout.repositories.show')
= @repository.name
= link_to t('layout.repositories.back_to_the_list'), platform_path(@platform)
.location
= t('layout.repositories.location')
= @repository.path
%h2= t('layout.repositories.projects')
- @projects.each do |project|
= div_for project do
= link_to project.name, [@platform, @repository, project]
= link_to t('layout.projects.new'), new_platform_repository_project_path(@platform, @repository)