mysociety/alaveteli

View on GitHub
app/views/admin_general/_edit_outgoing.html.erb

Summary

Maintainability
Test Coverage
<% outgoing_message = event.outgoing_message %>
had outgoing message edited by administrator <strong><%= event.params[:editor] %></strong>.
<% if outgoing_message %>
  <%= event_params_description(event) %>
<% else %>
  Missing outgoing message, internal error.
<% end %>