diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-01-16 12:20:40 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-01-16 12:20:40 +0000 |
commit | 619420d2bf4245dc700d858af7b0b918994da3ac (patch) | |
tree | 8647439b0396dcd0a397eddc7bd9716ea7707bda | |
parent | aad7ff8835d3cfe1af477462cab6b4888d748a42 (diff) |
Remove erroneous bracket introduced in ebf549a966a9c559bfa76b66f4ab86a75c2c1c92
-rw-r--r-- | app/views/info_request_batch/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/info_request_batch/show.html.erb b/app/views/info_request_batch/show.html.erb index b5db4ac52..9f94306d9 100644 --- a/app/views/info_request_batch/show.html.erb +++ b/app/views/info_request_batch/show.html.erb @@ -1,7 +1,7 @@ <% @title = _("{{title}} - a batch request", :title => @info_request_batch.title) %> <% if flash[:batch_sent] %> - <%= render :partial => 'batch_sent' } %> + <%= render :partial => 'batch_sent' %> <% end %> <div class="info_request_batch_intro"> |