2014-09-17 14:23:36 +03:00
|
|
|
.row
|
|
|
|
.panel.panel-primary
|
|
|
|
.panel-heading
|
|
|
|
h3.panel-title = User.model_name.human(count: 2)
|
|
|
|
table.record-table
|
|
|
|
thead
|
|
|
|
tr
|
2014-09-17 18:27:21 +03:00
|
|
|
th = SpeakerProfile.human_attribute_name(:picture)
|
2014-09-17 14:23:36 +03:00
|
|
|
th = User.human_attribute_name(:email)
|
|
|
|
th = SpeakerProfile.human_attribute_name(:first_name)
|
|
|
|
th = SpeakerProfile.human_attribute_name(:last_name)
|
|
|
|
th = SpeakerProfile.human_attribute_name(:admin)
|
|
|
|
th
|
|
|
|
tbody
|
|
|
|
= render @users
|