/templates/default/index.jsp.erb

https://bitbucket.org/lucaprado/prism-chef · Ruby HTML · 6 lines · 6 code · 0 blank · 0 comment · 1 complexity · db032a2ae0a43c010fc3d7825a3eb09d MD5 · raw file

  1. <!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/TR/REC-html40/strict.dtd">
  2. <%# for the record, ERB interpolation in JSP documents sucks big time %>
  3. <%%@ page session="false" %>
  4. <%= "<%" %>
  5. response.sendRedirect("<%= @default_home %>");
  6. %>