diff options
-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"> |