remove hard-coded year

This commit is contained in:
Brian Smith 2013-07-30 21:59:09 -04:00
parent e6dd4fea7a
commit 43acebcd30
3 changed files with 3 additions and 3 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

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

View File

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