LOGIN / SIGN UP

/ app / views / commit_set_mailer / update_message.erb

No file history, only one commit
update_message.erb
 
1
2
3
4
5
6
7
<%= @project.name %> repository updated with the following revisions:
<% @commits.each do |commit| %>
Revision: <%= commit.revision %>
Message: <%= commit.title %>
URL: <%= @site_url %>/projects/<%= @project.name %>/commits/<%= commit.id %>
<% if not commit.body.nil? and commit.body.size > 0 %>
<%= commit.body %><% end %><% end %>