VAlign all data in the events table
This commit is contained in:
parent
7b5b9d77bc
commit
1bc7df0476
|
@ -70,7 +70,7 @@
|
||||||
= t "activerecord.attributes.proposition.statuses.#{status_name}"
|
= t "activerecord.attributes.proposition.statuses.#{status_name}"
|
||||||
.col-md-10
|
.col-md-10
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
table.table.table-striped.table-hover
|
table.table.table-striped.table-hover.record-table
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
th = Event.model_name.human.mb_chars.titleize
|
th = Event.model_name.human.mb_chars.titleize
|
||||||
|
|
Loading…
Reference in New Issue