Skip to content
Snippets Groups Projects
Commit c6fc6a5f authored by Mark Ottaway's avatar Mark Ottaway
Browse files

Templates again

parent 2ffec200
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,9 @@ perl { ...@@ -58,9 +58,9 @@ perl {
# Uncomment and change if you want to use function # Uncomment and change if you want to use function
# names other than the defaults. # names other than the defaults.
# #
<% if defined?(@function_names) -%> <% if defined?(@function_names) %>
<% @function_names.each_pair do |default, value| -%> <% @function_names.each_pair do |default, function| %>
<%- %><%=default%> = <%= value %> <%- %><%=default%> = <%= function %>
<% end %> <% end %>
<% end %> <% end %>
#func_authenticate = authenticate #func_authenticate = authenticate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment