/grails-app/views/login/denied.gsp

http://github.com/jdmr/mateo · text · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · ebb3b852169cba3a5ef4790ff82ea75c MD5 · raw file

  1. <head>
  2. <meta name='layout' content='main' />
  3. <title>Denied</title>
  4. </head>
  5. <body>
  6. <div class='body'>
  7. <div class='errors'>Sorry, you're not authorized to view this page.</div>
  8. </div>
  9. </body>