Make requests sortable

This commit is contained in:
Maximilian Grundke
2016-04-26 14:22:57 +02:00
parent ba040beceb
commit 96c7e5958f

View File

@@ -1,7 +1,7 @@
h1 = RequestForComment.model_name.human(count: 2) h1 = RequestForComment.model_name.human(count: 2)
.table-responsive .table-responsive
table.table table.table.sortable
thead thead
tr tr
th = t('activerecord.attributes.request_for_comments.exercise') th = t('activerecord.attributes.request_for_comments.exercise')