Skip to content

Commit

Permalink
Add note for creation of managers groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcoux committed Nov 21, 2018
1 parent 319744d commit 779ebf1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
%p
Adding the staging capability to this project will enable you to group
requests into staging projects and being able to see how they build together.
%p
Managers groups can only be created by an admin. Please contact an
= Configuration[:admin_email] == 'unconfigured@openbuildservice.org' ? 'admin' : mail_to(Configuration[:admin_email], 'admin')
if don't have a group yet.
.mb-3.w-50.m-auto
= form_for @staging_workflow, method: :post do |f|
= hidden_field_tag :project_name, @project
Expand Down

0 comments on commit 779ebf1

Please sign in to comment.