remove useless warning

This commit is contained in:
Dmitriy Zaporozhets 2013-02-09 12:32:24 +02:00
parent 433f2dbcef
commit 152f87864c
2 changed files with 0 additions and 4 deletions

View file

@ -7,8 +7,6 @@
- if can?(current_user, :download_code, @project)
= render 'shared/no_ssh'
- unless @project.users.include?(current_user)
= render 'shared/not_in_team'
.container
%ul.main_menu
= nav_link(html_options: {class: "home #{project_tab_class}"}) do

View file

@ -1,2 +0,0 @@
%p.error_message.centered
You won't be able to use git over ssh until you join project on #{link_to 'team page', project_team_index_path(@project)}