Sha256: a22396aa4a172ae1a3524952b476c0af7c34ebe94836a75b60eb9c16f19154f1

Contents?: true

Size: 818 Bytes

Versions: 1

Compression:

Stored size: 818 Bytes

Contents

From: <%= mail[:from]%>
To: <%= mail[:to].kind_of?(Array)? mail[:to].join(";") : mail[:to]%>
Subject: UPDATED resource request for project <%= info[:app_info].project %> from <%= info[:from] %>

Dear <%= info[:name] %> :

	The resource request for project [<%= info[:app_info].project %>] has been [UPDATED] by [<%= info[:from]%>] at [<%= info[:time]%>].
	The application id is [<%= info[:app_info].id%>].

	<% unless info[:change_set].empty?%>
	The change set is as below :
		<% info[:change_set].each do |change|%>
			<%= change[:key]%>  : <%= change[:from]%>  ==> <%= change[:to]%>
		<% end %>
	<% end %>

	The comment is :
		<%= info[:comments] %>
		
	You can review or apply the settings from <%= info[:application_link]%>

	Thanks!
	OCP registry

(This email is auto-sent by system, please don't reply this mail)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ocp_registry-0.0.5.pre mail_template/modify.erb