BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
bc493bd8
Commit
bc493bd8
authored
8 years ago
by
Annabel Dunstone
Committed by
Annabel Dunstone Gray
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pipelines tab to new MR
parent
eb541b4f
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
_new_submit.html.haml
app/views/projects/merge_requests/_new_submit.html.haml
+7
-0
No files found.
app/views/projects/merge_requests/_new_submit.html.haml
View file @
bc493bd8
...
...
@@ -18,6 +18,7 @@
=
f
.
hidden_field
:target_branch
.mr-compare.merge-request
<
<<<<<<
4a8cb230c6ba28ccdcd6da91855005e4fa0c46bf
-
if
@commits
.
empty?
.commits-empty
%h4
...
...
@@ -31,6 +32,10 @@
%span
.badge
=
@commits
.
size
-
if
@pipeline
%li
.builds-tab
=
link_to
url_for
(
params
),
data:
{
target:
'div#pipelines'
,
action:
'pipelines'
,
toggle:
'tab'
}
do
Pipelines
%span
.badge
=
@statuses
.
size
%li
.builds-tab
=
link_to
url_for
(
params
),
data:
{
target:
'div#builds'
,
action:
'builds'
,
toggle:
'tab'
}
do
Builds
%span
.badge
=
@statuses
.
size
...
...
@@ -47,6 +52,8 @@
-
if
@pipeline
#builds
.builds.tab-pane
=
render
"projects/merge_requests/show/builds"
#pipelines
.pipelines.tab-pane
=
render
"projects/merge_requests/show/pipelines"
.mr-loading-status
=
spinner
...
...
This diff is collapsed.
Click to expand it.
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