still form data
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
%h2
|
||||
Hello
|
||||
= @data[:name]
|
||||
= @data["Name"]
|
||||
|
||||
%p
|
||||
This is an automated message confirming that we have receievd your request
|
||||
|
@ -1,4 +1,4 @@
|
||||
Hello <%= @data[:name] %>
|
||||
Hello <%= @data["Name"] %>
|
||||
|
||||
This is an automated message confirming that we have receievd your request
|
||||
|
||||
@ -13,6 +13,6 @@ Your friendly Feenix Bot
|
||||
Data received
|
||||
-------------
|
||||
|
||||
<%- @data.each do |name , value| %>
|
||||
<%= name %> : <%= value %>
|
||||
<%- @data.each do |key , value| %>
|
||||
<%=key %> : <%= value %>
|
||||
<%- end %>
|
||||
|
Reference in New Issue
Block a user