* adding the Time.now.year to copyrights in html tepmlates too
This commit is contained in:
commit
6c19304aee
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 © 2013 JamKazam, Inc. All rights reserved.</font>
|
||||
<td align="center"><font size="1" color="#ffffff" face="Arial, Helvetica, sans-serif">Copyright © <%= Time.now.year %> JamKazam, Inc. All rights reserved.</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 © 2013 JamKazam, Inc. All rights reserved.</font>
|
||||
<td align="center"><font size="1" color="#ffffff" face="Arial, Helvetica, sans-serif">Copyright © <%= Time.now.year %> JamKazam, Inc. All rights reserved.</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue