Put the suggestions in a container

This commit is contained in:
Petko Bordjukov 2014-09-30 13:47:17 +03:00
parent fde71d1f3e
commit 2cc50622d4
1 changed files with 13 additions and 10 deletions

View File

@ -1,11 +1,14 @@
.row .row
table.record-table .panel.panel-primary
thead .panel-heading
tr h3.panel-title = Event.model_name.human(count: 2)
th.picture = Event.human_attribute_name(:user) table.record-table
th = Event.human_attribute_name(:title) thead
th = Track.model_name.human tr
th = Event.human_attribute_name(:type) th.picture = Event.human_attribute_name(:user)
th.actions th = Event.human_attribute_name(:title)
tbody th = Track.model_name.human
= render partial: 'suggestion_group', collection: @suggestion_groups th = Event.human_attribute_name(:type)
th.actions
tbody
= render partial: 'suggestion_group', collection: @suggestion_groups