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
d12e2bd6
Commit
d12e2bd6
authored
Jan 16, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shush haml_lint.
parent
c6819279
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app/views/notify/approved_merge_request_email.html.haml
app/views/notify/approved_merge_request_email.html.haml
+2
-2
app/views/notify/unapproved_merge_request_email.html.haml
app/views/notify/unapproved_merge_request_email.html.haml
+3
-3
No files found.
app/views/notify/approved_merge_request_email.html.haml
View file @
d12e2bd6
...
...
@@ -75,9 +75,9 @@
%tbody
%tr
{
style:
'width:100%;'
}
%td
{
style:
"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#8c8c8c;font-weight:300;padding:14px 0;margin:0;text-align:center;"
}
%span
{
style:
"font-weight: bold;color:#333333;"
}
Merge request
%span
{
style:
"font-weight: bold;color:#333333;"
}
Merge request
%a
{
href:
merge_request_url
(
@merge_request
),
style:
"font-weight: bold;color:#3777b0;text-decoration:none"
}
#{
@merge_request
.
to_reference
}
%span
was approved by
%span
was approved by
%img
.avatar
{
height:
"24"
,
src:
avatar_icon
(
@approved_by
,
24
),
style:
"border-radius:12px;margin:-7px 0 -7px 3px;"
,
width:
"24"
,
alt:
"Avatar"
}
/
%a
.muted
{
href:
user_url
(
@approved_by
),
style:
"color:#333333;text-decoration:none;"
}
=
@approved_by
.
name
...
...
app/views/notify/unapproved_merge_request_email.html.haml
View file @
d12e2bd6
...
...
@@ -75,9 +75,9 @@
%tbody
%tr
{
style:
'width:100%;'
}
%td
{
style:
"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#8c8c8c;font-weight:300;padding:14px 0;margin:0;text-align:center;"
}
%span
{
style:
"font-weight: bold;color:#333333;"
}
Merge request
%span
{
style:
"font-weight: bold;color:#333333;"
}
Merge request
%a
{
href:
merge_request_url
(
@merge_request
),
style:
"font-weight: bold;color:#3777b0;text-decoration:none"
}
#{
@merge_request
.
to_reference
}
%span
was unapproved by
%span
was unapproved by
%img
.avatar
{
height:
"24"
,
src:
avatar_icon
(
@unapproved_by
,
24
),
style:
"border-radius:12px;margin:-7px 0 -7px 3px;"
,
width:
"24"
,
alt:
"Avatar"
}
/
%a
.muted
{
href:
user_url
(
@unapproved_by
),
style:
"color:#333333;text-decoration:none;"
}
=
@unapproved_by
.
name
...
...
@@ -97,7 +97,7 @@
=
namespace_name
\/
%a
.muted
{
href:
project_url
(
@project
),
style:
"color:#333333;text-decoration:none;"
}
=
@project
.
name
=
@project
.
name
%tr
%td
{
style:
"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#8c8c8c;font-weight:300;padding:14px 0;margin:0;border-top:1px solid #ededed;"
}
Branch
%td
{
style:
"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#8c8c8c;font-weight:300;padding:14px 0;margin:0;color:#333333;font-weight:400;width:75%;padding-left:5px;border-top:1px solid #ededed;"
}
...
...
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