remove useless warning
This commit is contained in:
parent
433f2dbcef
commit
152f87864c
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)}
|
Loading…
Reference in a new issue