From b39d069020c519670036a19d1615684354af9758 Mon Sep 17 00:00:00 2001 From: "Timothy N. Tsvetkov" Date: Thu, 31 Mar 2011 16:25:16 +0400 Subject: [PATCH] remove old view file --- app/views/repositories/show.old.html.haml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app/views/repositories/show.old.html.haml diff --git a/app/views/repositories/show.old.html.haml b/app/views/repositories/show.old.html.haml deleted file mode 100644 index 1d032c6fd..000000000 --- a/app/views/repositories/show.old.html.haml +++ /dev/null @@ -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)