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
74cd4d76
Commit
74cd4d76
authored
Sep 01, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accomodate several tags in one cell
parent
64e23d75
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
app/assets/javascripts/pipelines/components/pipeline_url.vue
app/assets/javascripts/pipelines/components/pipeline_url.vue
+2
-2
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+9
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+4
-0
No files found.
app/assets/javascripts/pipelines/components/pipeline_url.vue
View file @
74cd4d76
...
...
@@ -39,7 +39,7 @@
};
</
script
>
<
template
>
<div
class=
"table-section section-15 hidden-xs hidden-sm"
>
<div
class=
"table-section section-15 hidden-xs hidden-sm
pipeline-tags
"
>
<a
:href=
"pipeline.path"
class=
"js-pipeline-url-link"
>
...
...
@@ -75,7 +75,7 @@
</span>
<a
v-if=
"pipeline.flags.auto_devops"
class=
"js-pipeline-url-autodevops label label-info autodevops-
link
"
class=
"js-pipeline-url-autodevops label label-info autodevops-
badge
"
v-popover=
"popoverOptions"
role=
"button"
>
Auto DevOps
...
...
app/assets/stylesheets/pages/commits.scss
View file @
74cd4d76
...
...
@@ -220,12 +220,20 @@
.commit
,
.generic_commit_status
{
a
:not
(
.autodevops-link
)
,
a
,
button
{
color
:
$gl-text-color
;
vertical-align
:
baseline
;
}
a
.autodevops-badge
{
color
:
$white-light
;
}
a
.autodevops-link
{
color
:
$gl-link-color
;
}
.commit-row-description
{
font-size
:
14px
;
padding
:
10px
15px
;
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
74cd4d76
...
...
@@ -202,6 +202,10 @@
.btn-group.open
.dropdown-toggle
{
box-shadow
:
none
;
}
.pipeline-tags
.label-container
{
white-space
:
normal
;
}
}
.stage-cell
{
...
...
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