* adding the Time.now.year to copyrights in html tepmlates too

This commit is contained in:
Seth Call 2013-07-31 09:37:01 -05:00
commit 6c19304aee
5 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<% provide(:title, 'Welcome to Jamkazam') %>
<p>Welcome to Jamkazam, <%= @user.first_name %> !</p>
<p>Welcome to Jamkazam, <%= @user.first_name %>!</p>
<p>To confirm this email address, please go to the <a href="<%= @signup_confirm_url %>">signup confirmation page.</a>.</p>

View File

@ -58,7 +58,7 @@
</table>
<table align="center" width="650" cellpadding="10" bgcolor="#156572" cellspacing="0">
<tr>
<td align="center"><font size="1" color="#ffffff" face="Arial, Helvetica, sans-serif">Copyright &copy; 2013 JamKazam, Inc. All rights reserved.</font>
<td align="center"><font size="1" color="#ffffff" face="Arial, Helvetica, sans-serif">Copyright &copy; <%= Time.now.year %> JamKazam, Inc. All rights reserved.</font>
</td>
</tr>
</table>

View File

@ -5,4 +5,4 @@
This email was sent to you because you have an account at Jamkazam / http://www.jamkazam.com.
<% end %>
Copyright 2013 JamKazam, Inc. All rights reserved.
Copyright <%= Time.now.year %> JamKazam, Inc. All rights reserved.

View File

@ -50,7 +50,7 @@
</table>
<table align="center" width="650" cellpadding="10" bgcolor="#156572" cellspacing="0">
<tr>
<td align="center"><font size="1" color="#ffffff" face="Arial, Helvetica, sans-serif">Copyright &copy; 2013 JamKazam, Inc. All rights reserved.</font>
<td align="center"><font size="1" color="#ffffff" face="Arial, Helvetica, sans-serif">Copyright &copy; <%= Time.now.year %> JamKazam, Inc. All rights reserved.</font>
</td>
</tr>
</table>

View File

@ -4,4 +4,5 @@
<% unless @suppress_user_has_account_footer == true %>
This email was sent to you because you have an account at Jamkazam / http://www.jamkazam.com.
<% end %>
Copyright 2013 JamKazam, Inc. All rights reserved.
Copyright <%= Time.now.year %> JamKazam, Inc. All rights reserved.