working on the httponly tutorial

This commit is contained in:
cktricky
2014-09-11 11:01:56 -04:00
parent 9c160750a6
commit ef2bc20c97
5 changed files with 84 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
going on with funny chars and jquery, plus it says safe so I'm guessing
nothing bad will happen
-->
Welcome, <%= current_user.first_name.html_safe %>
Welcome, <%= current_user.first_name %>
</li>
<li>
<%= button_to "RailsGoat Tutorials", tutorials_path, {:class => "btn btn-primary", :method => "get"}%>