Fixed group issues/mr. Also speedup project list of admin area
This commit is contained in:
parent
c626ec3746
commit
d88332709c
5 changed files with 16 additions and 6 deletions
|
@ -5,6 +5,15 @@
|
|||
%i.icon-edit
|
||||
Edit
|
||||
|
||||
- if !@admin_project.has_post_receive_file? && @admin_project.commit
|
||||
%br
|
||||
.alert.alert-error
|
||||
%span
|
||||
%strong Important!
|
||||
Project has commits but missing post-receive file.
|
||||
%br
|
||||
If you exported project manually - copy post-receive hook to bare repository
|
||||
|
||||
%br
|
||||
%table.zebra-striped
|
||||
%thead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue