Home tab added, Repository tab removed\n Ability to download branch

This commit is contained in:
Dmitriy Zaporozhets 2012-02-20 08:39:03 +02:00
parent 40ac2ebc21
commit 5f4a7c3e04
22 changed files with 125 additions and 94 deletions

View file

@ -7,6 +7,7 @@ class ProtectedBranchesController < ApplicationController
before_filter :require_non_empty_project
before_filter :authorize_admin_project!, :only => [:destroy, :create]
before_filter :render_full_content
layout "project"