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

15 lines
523 B
Plaintext

- content_for :title
= Conference.model_name.human(count: 2).mb_chars.capitalize
.container
.row
h1.page-header
= Conference.model_name.human(count: 2).mb_chars.titleize
.panel.panel-default
table.table.table-striped.table-hover
tbody
= render @conferences
.panel-footer
.text-right
= link_to new_management_conference_path, class: 'btn btn-primary'
=> icon 'plus', t('actions.create.button', model: Conference.model_name.human), class: 'fa-fw'