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
8b362fbf
Commit
8b362fbf
authored
Sep 30, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'email_on_push_template_changes' into 'master'
Email on push template changes Fixes #1304 See merge request !1136
parents
2b88c9cd
75eacf4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
repository_push_email.html.haml
app/views/notify/repository_push_email.html.haml
+2
-2
repository_push_email.text.haml
app/views/notify/repository_push_email.text.haml
+2
-2
No files found.
app/views/notify/repository_push_email.html.haml
View file @
8b362fbf
%h3
#{
@author
.
name
}
pushed to
#{
@branch
}
at
#{
@project
.
name_with_namespace
}
%h3
#{
@author
.
name
}
pushed to
#{
@branch
}
at
#{
link_to
@project
.
name_with_namespace
,
project_url
(
@project
)
}
%h4
Commits:
%ul
-
@commits
.
each
do
|
commit
|
%li
%strong
#{
commit
.
short_id
}
%strong
#{
link_to
commit
.
short_id
,
project_commit_url
(
@project
,
commit
)
}
%span
by
#{
commit
.
author_name
}
%pre
#{
commit
.
safe_message
}
...
...
app/views/notify/repository_push_email.text.haml
View file @
8b362fbf
#{
@author
.
name
}
pushed to
#{
@branch
}
at
#{
@project
.
name_with_namespace
}
#{
@author
.
name
}
pushed to
#{
@branch
}
at
#{
link_to
@project
.
name_with_namespace
,
project_url
(
@project
)
}
\
Commits:
-
@commits
.
each
do
|
commit
|
#{
commit
.
short_id
}
by
#{
commit
.
author_name
}
#{
link_to
commit
.
short_id
,
project_commit_url
(
@project
,
commit
)
}
by
#{
commit
.
author_name
}
#{
commit
.
safe_message
}
\- - - - -
\
...
...
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