From 295eccac771d35820d0f9e6039632f69b27ab1ad Mon Sep 17 00:00:00 2001 From: bilal Date: Sat, 6 Jun 2020 01:32:03 +0200 Subject: [PATCH] fix MR comment --- app/views/admin/task_requests/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/task_requests/index.html.erb b/app/views/admin/task_requests/index.html.erb index c6c58dc..8afe67f 100644 --- a/app/views/admin/task_requests/index.html.erb +++ b/app/views/admin/task_requests/index.html.erb @@ -17,7 +17,7 @@ <%= render @task_requests %> <% else %> - <%= t(".empty") %> + <%= t(".empty") %> <% end %>