Skip to content

Commit 0dba85f

Browse files
committed
Use first name instead of full
1 parent 5d05e54 commit 0dba85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/hackathon/subscriptions/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<% else %>
88

99
<p>
10-
Hey there, <b><%= @user.name || @user.email_address %></b>!
10+
Hey there, <b><%= @user.first_name || @user.email_address %></b>!
1111
<br/>
1212
You are currently subscribed to the following locations.
1313
</p>

0 commit comments

Comments
 (0)