Commit 152f8786 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove useless warning

parent 433f2dbc
......@@ -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
......
%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)}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment