Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Push capitalisation to view
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Jul 25, 2018
1 parent d611fde commit 984ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/pages_controller.rb
Expand Up @@ -89,7 +89,7 @@ def show
def double_opt_in_notice
@rendered = renderer.render_custom('Double Opt In Follow Up',
email: params[:email],
name: params[:name].capitalize)
name: params[:name])

render :follow_up, layout: 'member_facing'
end
Expand Down

0 comments on commit 984ce59

Please sign in to comment.