clarion/app/views/management/users/index.html.slim

21 lines
699 B
Plaintext
Raw Normal View History

2014-10-15 11:48:01 +03:00
- content_for :title
= User.model_name.human(count: 2).mb_chars.capitalize
.row
2014-10-15 11:48:01 +03:00
.col-lg-12
.panel.panel-primary
.panel-heading
h3.panel-title = User.model_name.human(count: 2)
.panel-body
table.table.table-striped data-table="true"
thead
tr
th.picture = SpeakerProfile.human_attribute_name(:picture)
th = User.human_attribute_name(:email)
th = SpeakerProfile.human_attribute_name(:first_name)
th = SpeakerProfile.human_attribute_name(:last_name)
th.admin = SpeakerProfile.human_attribute_name(:admin)
th.actions
tbody
= render @users