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
Boxiang Sun
gitlab-ce
Commits
4f6e6a24
Commit
4f6e6a24
authored
Apr 13, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] label-warning => badge-warning
parent
21785171
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/admin/projects/_projects.html.haml
app/views/admin/projects/_projects.html.haml
+1
-1
app/views/admin/runners/_runner.html.haml
app/views/admin/runners/_runner.html.haml
+1
-1
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+1
-1
app/views/groups/projects.html.haml
app/views/groups/projects.html.haml
+1
-1
app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
.../generic_commit_statuses/_generic_commit_status.html.haml
+1
-1
app/views/shared/projects/_project.html.haml
app/views/shared/projects/_project.html.haml
+1
-1
No files found.
app/views/admin/projects/_projects.html.haml
View file @
4f6e6a24
...
...
@@ -15,7 +15,7 @@
%span
.badge.badge-pill
=
storage_counter
(
project
.
statistics
.
storage_size
)
-
if
project
.
archived
%span
.badge.
label
-warning
archived
%span
.badge.
badge
-warning
archived
.title
=
link_to
[
:admin
,
project
.
namespace
.
becomes
(
Namespace
),
project
]
do
.dash-project-avatar
...
...
app/views/admin/runners/_runner.html.haml
View file @
4f6e6a24
...
...
@@ -5,7 +5,7 @@
-
else
%span
.badge.label-info
specific
-
if
runner
.
locked?
%span
.badge.
label
-warning
locked
%span
.badge.
badge
-warning
locked
-
unless
runner
.
active?
%span
.badge.label-danger
paused
...
...
app/views/admin/runners/index.html.haml
View file @
4f6e6a24
...
...
@@ -20,7 +20,7 @@
%span
.badge.label-info
specific
\- Runner runs jobs from assigned projects
%li
%span
.badge.
label
-warning
locked
%span
.badge.
badge
-warning
locked
\- Runner cannot be assigned to other projects
%li
%span
.badge.label-danger
paused
...
...
app/views/groups/projects.html.haml
View file @
4f6e6a24
...
...
@@ -17,7 +17,7 @@
%strong
=
link_to
project
.
full_name
,
project
.float-right
-
if
project
.
archived
%span
.badge.
label
-warning
archived
%span
.badge.
badge
-warning
archived
%span
.badge.badge-pill
=
storage_counter
(
project
.
statistics
.
storage_size
)
=
link_to
'Members'
,
project_project_members_path
(
project
),
id:
"edit_
#{
dom_id
(
project
)
}
"
,
class:
"btn btn-sm"
...
...
app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
View file @
4f6e6a24
...
...
@@ -38,7 +38,7 @@
%span
.badge.label-primary
=
tag
-
if
retried
%span
.badge.
label
-warning
retried
%span
.badge.
badge
-warning
retried
-
if
pipeline_link
%td
...
...
app/views/shared/projects/_project.html.haml
View file @
4f6e6a24
...
...
@@ -46,7 +46,7 @@
.controls
.prepend-top-0
-
if
project
.
archived
%span
.prepend-left-10.badge.
label
-warning
archived
%span
.prepend-left-10.badge.
badge
-warning
archived
-
if
can?
(
current_user
,
:read_cross_project
)
&&
project
.
pipeline_status
.
has_status?
%span
.prepend-left-10
=
render_project_pipeline_status
(
project
.
pipeline_status
)
...
...
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