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
7ec8cc12
Commit
7ec8cc12
authored
Nov 22, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move partials to links directory, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18762971
parent
d20c0682
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
2 deletions
+2
-2
_build.html.haml
app/views/notify/links/ci/builds/_build.html.haml
+0
-0
_build.text.erb
app/views/notify/links/ci/builds/_build.text.erb
+0
-0
_generic_commit_status.html.haml
.../generic_commit_statuses/_generic_commit_status.html.haml
+0
-0
_generic_commit_status.text.erb
...s/generic_commit_statuses/_generic_commit_status.text.erb
+0
-0
pipeline_failed_email.html.haml
app/views/notify/pipeline_failed_email.html.haml
+1
-1
pipeline_failed_email.text.erb
app/views/notify/pipeline_failed_email.text.erb
+1
-1
No files found.
app/views/notify/ci/builds/_build.html.haml
→
app/views/notify/
links/
ci/builds/_build.html.haml
View file @
7ec8cc12
File moved
app/views/notify/ci/builds/_build.text.erb
→
app/views/notify/
links/
ci/builds/_build.text.erb
View file @
7ec8cc12
File moved
app/views/notify/generic_commit_statuses/_generic_commit_status.html.haml
→
app/views/notify/
links/
generic_commit_statuses/_generic_commit_status.html.haml
View file @
7ec8cc12
File moved
app/views/notify/generic_commit_statuses/_generic_commit_status.text.erb
→
app/views/notify/
links/
generic_commit_statuses/_generic_commit_status.text.erb
View file @
7ec8cc12
File moved
app/views/notify/pipeline_failed_email.html.haml
View file @
7ec8cc12
...
...
@@ -158,7 +158,7 @@
%td
{
style:
"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#8c8c8c;font-weight:500;font-size:15px;vertical-align:middle;"
}
=
build
.
stage
%td
{
align:
"right"
,
style:
"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:20px 0;color:#8c8c8c;font-weight:500;font-size:15px;"
}
=
render
"notify/
#{
build
.
to_partial_path
}
"
,
pipeline:
@pipeline
,
build:
build
=
render
"notify/
links/
#{
build
.
to_partial_path
}
"
,
pipeline:
@pipeline
,
build:
build
%tr
.build-log
-
if
build
.
has_trace?
%td
{
colspan:
"2"
,
style:
"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:0 0 15px;"
}
...
...
app/views/notify/pipeline_failed_email.text.erb
View file @
7ec8cc12
...
...
@@ -19,7 +19,7 @@ Commit Author: <%= commit.author_name %>
Pipeline #
<%=
@pipeline
.
id
%>
(
<%=
pipeline_url
(
@pipeline
)
%>
) had
<%=
failed
.
size
%>
failed
<%=
'build'
.
pluralize
(
failed
.
size
)
%>
.
<%
failed
.
each
do
|
build
|
-%>
<%=
render
"notify/
#{
build
.
to_partial_path
}
"
,
pipeline:
@pipeline
,
build:
build
%>
<%=
render
"notify/
links/
#{
build
.
to_partial_path
}
"
,
pipeline:
@pipeline
,
build:
build
%>
Stage:
<%=
build
.
stage
%>
Name:
<%=
build
.
name
%>
<%
if
build
.
has_trace?
-%>
...
...
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