Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
9c747fbb
Commit
9c747fbb
authored
Feb 19, 2013
by
Andrew8xx8
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing descriptions added
parent
cf6d9a22
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
48 additions
and
10 deletions
+48
-10
app/views/admin/teams/edit.html.haml
app/views/admin/teams/edit.html.haml
+1
-1
app/views/admin/teams/new.html.haml
app/views/admin/teams/new.html.haml
+1
-1
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+9
-2
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+10
-2
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+5
-0
app/views/teams/edit.html.haml
app/views/teams/edit.html.haml
+8
-2
app/views/teams/new.html.haml
app/views/teams/new.html.haml
+9
-2
app/views/teams/show.html.haml
app/views/teams/show.html.haml
+5
-0
No files found.
app/views/admin/teams/edit.html.haml
View file @
9c747fbb
...
...
@@ -10,7 +10,7 @@
.input
=
f
.
text_field
:name
,
placeholder:
"Example Team"
,
class:
"xxlarge"
.clearfix.team
_description_
holder
.clearfix.team
-description-
holder
=
f
.
label
:description
,
"Details"
.input
=
f
.
text_area
:description
,
maxlength:
250
,
class:
"xxlarge js-gfm-input"
,
rows:
4
...
...
app/views/admin/teams/new.html.haml
View file @
9c747fbb
...
...
@@ -10,7 +10,7 @@
.input
=
f
.
text_field
:name
,
placeholder:
"Ex. OpenSource"
,
class:
"xxlarge left"
.clearfix.team
_description_
holder
.clearfix.team
-description-
holder
=
f
.
label
:description
,
"Details"
.input
=
f
.
text_area
:description
,
maxlength:
250
,
class:
"xxlarge js-gfm-input"
,
rows:
4
...
...
app/views/groups/edit.html.haml
View file @
9c747fbb
...
...
@@ -9,8 +9,15 @@
Group name is
.input
=
f
.
text_field
:name
,
placeholder:
"Ex. OpenSource"
,
class:
"xxlarge left"
=
f
.
submit
'Save group'
,
class:
"btn btn-save"
.clearfix.group_description_holder
=
f
.
label
:description
,
"Details"
.input
=
f
.
text_area
:description
,
maxlength:
250
,
class:
"xxlarge js-gfm-input"
,
rows:
4
.form-actions
=
f
.
submit
'Save group'
,
class:
"btn btn-save"
%hr
...
...
app/views/groups/new.html.haml
View file @
9c747fbb
...
...
@@ -9,8 +9,16 @@
Group name is
.input
=
f
.
text_field
:name
,
placeholder:
"Ex. OpenSource"
,
class:
"xxlarge left"
=
f
.
submit
'Create group'
,
class:
"btn btn-create"
.clearfix.group_description_holder
=
f
.
label
:description
,
"Details"
.input
=
f
.
text_area
:description
,
maxlength:
250
,
class:
"xxlarge js-gfm-input"
,
rows:
4
.form-actions
=
f
.
submit
'Create group'
,
class:
"btn btn-primary"
%hr
.padded
%ul
...
...
app/views/groups/show.html.haml
View file @
9c747fbb
-
if
@group
.
description
.
present?
.description
=
@group
.
description
%hr
.projects
.activities.span8
=
render
"events/event_last_push"
,
event:
@last_push
...
...
app/views/teams/edit.html.haml
View file @
9c747fbb
...
...
@@ -12,13 +12,20 @@
.input
=
f
.
text_field
:name
,
placeholder:
"Ex. OpenSource"
,
class:
"xlarge left"
.clearfix.team-description-holder
=
f
.
label
:description
,
"Details"
.input
=
f
.
text_area
:description
,
maxlength:
250
,
class:
"xxlarge js-gfm-input"
,
rows:
4
.clearfix
=
f
.
label
:path
do
Team path is
.input
=
f
.
text_field
:path
,
placeholder:
"opensource"
,
class:
"xlarge left"
.form-actions
=
f
.
submit
'Save team changes'
,
class:
"btn btn-save"
=
f
.
submit
'Save team changes'
,
class:
"btn btn-primary"
=
link_to
'Delete team'
,
team_path
(
@team
),
method: :delete
,
confirm:
"You are shure?"
,
class:
"btn btn-remove pull-right"
.span5
.ui-box
%h5
.title
Remove team
...
...
@@ -26,4 +33,3 @@
%p
Removed team can not be restored!
=
link_to
'Remove team'
,
team_path
(
@team
),
method: :delete
,
confirm:
"You are sure?"
,
class:
"btn btn-remove btn-small"
app/views/teams/new.html.haml
View file @
9c747fbb
...
...
@@ -9,8 +9,15 @@
Team name is
.input
=
f
.
text_field
:name
,
placeholder:
"Ex. Ruby Developers"
,
class:
"xxlarge left"
=
f
.
submit
'Create team'
,
class:
"btn btn-create"
.clearfix.team-description-holder
=
f
.
label
:description
,
"Details"
.input
=
f
.
text_area
:description
,
maxlength:
250
,
class:
"xxlarge js-gfm-input"
,
rows:
4
.form-actions
=
f
.
submit
'Create team'
,
class:
"btn btn-create"
%hr
.padded
%ul
...
...
app/views/teams/show.html.haml
View file @
9c747fbb
-
if
@group
.
description
.
present?
.description
=
@group
.
description
%hr
.projects
.activities.span8
=
link_to
dashboard_path
,
class:
'btn btn-tiny'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment