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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0c10b2c9
Commit
0c10b2c9
authored
Jun 26, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Truncate long job names in environment view; wrap author to next line
parent
a4c81b64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
app/views/projects/deployments/_deployment.html.haml
app/views/projects/deployments/_deployment.html.haml
+7
-4
app/views/projects/environments/show.html.haml
app/views/projects/environments/show.html.haml
+2
-2
No files found.
app/views/projects/deployments/_deployment.html.haml
View file @
0c10b2c9
...
...
@@ -11,11 +11,14 @@
.table-mobile-header
{
role:
'rowheader'
}
Job
-
if
deployment
.
deployable
.table-mobile-content
=
link_to
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
,
deployment
.
deployable
],
class:
'build-link'
do
#{
deployment
.
deployable
.
name
}
(##{deployment.deployable.id})
.flex-truncate-parent
.flex-truncate-child
=
link_to
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
,
deployment
.
deployable
],
class:
'build-link'
do
#{
deployment
.
deployable
.
name
}
(##{deployment.deployable.id})
-
if
deployment
.
user
by
=
user_avatar
(
user:
deployment
.
user
,
size:
20
)
%div
by
=
user_avatar
(
user:
deployment
.
user
,
size:
20
)
.table-section.section-15
{
role:
'gridcell'
}
.table-mobile-header
{
role:
'rowheader'
}
Created
...
...
app/views/projects/environments/show.html.haml
View file @
0c10b2c9
...
...
@@ -31,8 +31,8 @@
.ci-table.environments
{
role:
'grid'
}
.gl-responsive-table-row.table-row-header
{
role:
'row'
}
.table-section.section-10
{
role:
'columnheader'
}
ID
.table-section.section-
4
0
{
role:
'columnheader'
}
Commit
.table-section.section-
1
5
{
role:
'columnheader'
}
Job
.table-section.section-
3
0
{
role:
'columnheader'
}
Commit
.table-section.section-
2
5
{
role:
'columnheader'
}
Job
.table-section.section-15
{
role:
'columnheader'
}
Created
=
render
@deployments
...
...
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