16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
|
|
%h1=@newsgroup.name
|
|
|
|
|
|
%table.table.table-striped
|
|
-@newsgroup.people.each do |person|
|
|
%tr
|
|
%td
|
|
=person.firstname
|
|
=person.surname
|
|
%td
|
|
=person.phone
|
|
%td
|
|
=person.email
|
|
%td{:style => "width:70px;text-align:right;"}
|
|
=link_to i(:info), admin_sheet_path(person.sheet), :remote => true |