Skip to content
Snippets Groups Projects
Commit 828ca1a6 authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

make local var non-local in template

parent 631f5c48
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,6 @@ stripweight = 1
#mail = suzanne1@stanford.edu
#mail = ljlgeek@stanford.edu
<% addresses.each do |address| -%>
<% @addresses.each do |address| -%>
mail = <%= address %>
<% end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment