1. Improved admin -> new project form
2. Fixed bug: post-receive file was not added when create project via admin
This commit is contained in:
parent
f1795a4911
commit
3250a024ef
6 changed files with 20 additions and 8 deletions
|
@ -28,6 +28,12 @@
|
|||
Description:
|
||||
%td
|
||||
= @admin_project.description
|
||||
%tr
|
||||
%td
|
||||
%b
|
||||
Post Receive File:
|
||||
%td
|
||||
= check_box_tag :post_receive_file, 1, @admin_project.has_post_receive_file?, :disabled => true
|
||||
%br
|
||||
%h3
|
||||
Team
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue