From 96c7e5958f54a1cfadafc7e2185826d1196f4138 Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Tue, 26 Apr 2016 14:22:57 +0200 Subject: [PATCH] Make requests sortable --- app/views/request_for_comments/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/request_for_comments/index.html.slim b/app/views/request_for_comments/index.html.slim index 89d8c239..14007fe2 100644 --- a/app/views/request_for_comments/index.html.slim +++ b/app/views/request_for_comments/index.html.slim @@ -1,7 +1,7 @@ h1 = RequestForComment.model_name.human(count: 2) .table-responsive - table.table + table.table.sortable thead tr th = t('activerecord.attributes.request_for_comments.exercise')