Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « teams « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0363fe39a855cff7ff44381ecc22133b90ca6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%h3.page_title New Team
%hr
= form_for @team, url: teams_path do |f|
  - if @team.errors.any?
    .alert-message.block-message.error
      %span= @team.errors.full_messages.first
  .clearfix
    = f.label :name do
      Team name is
    .input
      = f.text_field :name, placeholder: "Ex. Ruby Developers", class: "xxlarge left"
       
      = f.submit 'Create team', class: "btn btn-create"
  %hr
  .padded
    %ul
      %li All created teams are public (users can view who enter into team and which project are assigned for this team)
      %li People within a team see only projects they have access to
      %li You will be able to assign existing projects for team