annotate app/views/common/error.html.erb @ 949:ebfda4c68b7a bug_505

Fixes Bug #505 (introduced in Bug #97): now also sends emails to all users members of a group when the group is added to a project.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 02 Aug 2012 19:40:23 +0100
parents cbb26bc654de
children 433d4f72a19b
rev   line source
Chris@441 1 <h2><%=h @status %></h2>
Chris@441 2
Chris@909 3 <% if @message.present? %>
Chris@909 4 <p id="errorExplanation"><%=h @message %></p>
Chris@909 5 <% end %>
Chris@441 6 <p><a href="javascript:history.back()">Back</a></p>
Chris@441 7
Chris@441 8 <% html_title @status %>