Add warning if user own projet but not in team. Also show loading when merge MR
This commit is contained in:
parent
d1e63c7df2
commit
ee43e9248c
4 changed files with 10 additions and 1 deletions
2
app/views/shared/_not_in_team.html.haml
Normal file
2
app/views/shared/_not_in_team.html.haml
Normal file
|
@ -0,0 +1,2 @@
|
|||
%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…
Add table
Add a link
Reference in a new issue