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
Tatuya Kamada
gitlab-ce
Commits
c2f74de4
Commit
c2f74de4
authored
Oct 23, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5395 from dpursehouse/more-label-fixes
More label fixes
parents
88519e90
03dec79c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/admin/groups/show.html.haml
app/views/admin/groups/show.html.haml
+1
-1
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+1
-1
app/views/profiles/accounts/show.html.haml
app/views/profiles/accounts/show.html.haml
+1
-1
app/views/profiles/keys/show.html.haml
app/views/profiles/keys/show.html.haml
+1
-1
app/views/projects/merge_requests/show/_mr_box.html.haml
app/views/projects/merge_requests/show/_mr_box.html.haml
+1
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
No files found.
app/views/admin/groups/show.html.haml
View file @
c2f74de4
...
...
@@ -25,7 +25,7 @@
=
@group
.
description
%li
%span
.light
Created
at
:
%span
.light
Created
on
:
%strong
=
@group
.
created_at
.
stamp
(
"March 1, 1999"
)
...
...
app/views/groups/edit.html.haml
View file @
c2f74de4
...
...
@@ -68,7 +68,7 @@
.title
Remove group
.ui-box-body
%p
Remov
e of group will cause removing all child projects and resources
.
Remov
ing group will cause all child projects and resources to be removed
.
%p
%strong
Removed group can not be restored!
...
...
app/views/profiles/accounts/show.html.haml
View file @
c2f74de4
...
...
@@ -68,6 +68,6 @@
%li
#{
pluralize
rp
,
'personal project'
}
will be removed and cannot be restored
-
if
current_user
.
solo_owned_groups
.
present?
%li
Next
groups will be abandoned. You should transfer or remove them:
The following
groups will be abandoned. You should transfer or remove them:
%strong
#{
current_user
.
solo_owned_groups
.
map
(
&
:name
).
join
(
', '
)
}
=
link_to
'Delete account'
,
user_registration_path
,
confirm:
"REMOVE
#{
current_user
.
name
}
? Are you sure?"
,
method: :delete
,
class:
"btn btn-remove"
app/views/profiles/keys/show.html.haml
View file @
c2f74de4
...
...
@@ -8,7 +8,7 @@
%span
.light
Title:
%strong
=
@key
.
title
%li
%span
.light
Created
at
:
%span
.light
Created
on
:
%strong
=
@key
.
created_at
.
stamp
(
"Aug 21, 2011"
)
.span8
...
...
app/views/projects/merge_requests/show/_mr_box.html.haml
View file @
c2f74de4
...
...
@@ -13,7 +13,7 @@
.ui-box-body
%div
%cite
.cgray
Created
at
#{
@merge_request
.
created_at
.
stamp
(
"Aug 21, 2011"
)
}
by
#{
link_to_member
(
@project
,
@merge_request
.
author
)
}
Created
on
#{
@merge_request
.
created_at
.
stamp
(
"Aug 21, 2011"
)
}
by
#{
link_to_member
(
@project
,
@merge_request
.
author
)
}
-
if
@merge_request
.
assignee
\, currently assigned to
#{
link_to_member
(
@project
,
@merge_request
.
assignee
)
}
-
if
@merge_request
.
milestone
...
...
app/views/projects/show.html.haml
View file @
c2f74de4
...
...
@@ -59,7 +59,7 @@
%br
.light-well
%p
%span
.light
Created
at
%span
.light
Created
on
#{
@project
.
created_at
.
stamp
(
'Aug 22, 2013'
)
}
%p
%span
.light
Owned by
...
...
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