From dfb47199a01adf4e5cee22b0cbfe2982150beb85 Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 17 Jun 2014 13:43:29 -0400 Subject: [PATCH] bulk reqs: change topic formatting to match alias/implication reqs --- app/models/bulk_update_request.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/bulk_update_request.rb b/app/models/bulk_update_request.rb index 25c864037..1371033c7 100644 --- a/app/models/bulk_update_request.rb +++ b/app/models/bulk_update_request.rb @@ -38,7 +38,7 @@ class BulkUpdateRequest < ActiveRecord::Base end def reason_with_link - "#{script_with_links}\n\nh4. Reason\n\n#{reason}\n\n\"Link to request\":/bulk_update_requests?search[id]=#{id}\n" + "#{script_with_links}\n\n\"Link to request\":/bulk_update_requests?search[id]=#{id}\n\n#{reason}" end def script_with_links