Restyle the ConferencesController#index view
This commit is contained in:
parent
10c9bfaa06
commit
eed66f32e2
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-lg-12
|
.col-lg-12
|
||||||
.panel.panel-primary
|
.panel.panel-default
|
||||||
.panel-heading
|
.panel-heading
|
||||||
h1.panel-title = Conference.model_name.human(count: 2).mb_chars.capitalize
|
h2.panel-title = Conference.model_name.human(count: 2).mb_chars.capitalize
|
||||||
.panel-body
|
.panel-body
|
||||||
table.table.table-striped.table-hover.record-table#conferences
|
table.table.table-striped.table-hover.record-table#conferences
|
||||||
thead
|
thead
|
||||||
|
|
Loading…
Reference in New Issue