Count events, users, people and use datatables for them.
Show event types. Add proposal#show.
This commit is contained in:
parent
a557f3750e
commit
200a701861
8 changed files with 131 additions and 7 deletions
|
|
@ -13,6 +13,12 @@
|
|||
.row-fluid
|
||||
.span12
|
||||
%table.table
|
||||
%tr
|
||||
%td
|
||||
%b Type
|
||||
%td
|
||||
- if @event.type
|
||||
= @event.type.title
|
||||
%tr
|
||||
%td
|
||||
%b State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue