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