3 lines
No EOL
168 B
Text
3 lines
No EOL
168 B
Text
<% redirects.each do |r| %>
|
|
<%= r[:from].gsub(/(.+)\/index\.html/, '\1').gsub('index.html', '') %> <%= "#{r[:to].gsub('/index.html', '').gsub(/\/$/, '')}/" %>
|
|
<% end %> |